Re: Filtering List based on a custom dropdown

2011-02-22 Thread Andre Terra
Thank you, that looks great. I'll have a look at it later today. Sincerely, Andre Terra On Tue, Feb 22, 2011 at 3:59 AM, Derek wrote: > On Feb 21, 4:22 am, Andre Terra wrote: > > I'd also like some input on this, as I'm reaching a point of my project

Re: Filtering List based on a custom dropdown

2011-02-21 Thread Derek
On Feb 21, 4:22 am, Andre Terra wrote: > I'd also like some input on this, as I'm reaching a point of my project > where I'll have to deal with a similar issue. I was planning on using ajax, > which actually means keeping it simple IMHO, but I would really like to > follow

Re: Filtering List based on a custom dropdown

2011-02-20 Thread Andre Terra
I'd also like some input on this, as I'm reaching a point of my project where I'll have to deal with a similar issue. I was planning on using ajax, which actually means keeping it simple IMHO, but I would really like to follow best practice. Should I make one query with a large subset of the data

Re: Filtering List based on a custom dropdown

2011-02-08 Thread SimpleDimple
can anyone help or point me to some simple django based app that I can study to understand more ? On Feb 8, 2:07 am, SimpleDimple wrote: > I can live w/o AJAX for now to keep it simple. > > What I am not clear is on how to do the postback from javascript ?  I > mean on

Re: Filtering List based on a custom dropdown

2011-02-07 Thread SimpleDimple
I can live w/o AJAX for now to keep it simple. What I am not clear is on how to do the postback from javascript ? I mean on what URL and pass on which variables ? and thru GET or POST or shall i do form.submit() ?? On Feb 8, 1:45 am, Joel Goldstick wrote: > On Mon,

Re: Filtering List based on a custom dropdown

2011-02-07 Thread Joel Goldstick
On Mon, Feb 7, 2011 at 3:38 PM, SimpleDimple wrote: > I am new to django and building a school system but am experience > developer otherwise having firm grip over rails, php, .net and java. > > I have student table and in list I can see list of all students/ > records

Filtering List based on a custom dropdown

2011-02-07 Thread SimpleDimple
I am new to django and building a school system but am experience developer otherwise having firm grip over rails, php, .net and java. I have student table and in list I can see list of all students/ records in student table(pasted below is my code) what I want here is a custom dropdown