
Originally Posted by
taxidriver
Sort of, what i would really like to have is something in between.
im sure you all used Microsoft Excel. If you ever used its data filter feature, what it does is that it drops down a list of values
that is the equivelant of a "distinct" select running on the sql server, only it is done LOCALLY.
Could i achieve something like this? Right now, i'm in the position to prepare my own custom store of distinct - unique values , depending on the column, but how could i use this as an input / source for the drop down menu about to be dropped when the user clicks the header of a column?