This topic is locked

Filter by Column

12/26/2007 10:21:47 PM
ASPRunnerPro General questions
A
agruspe author

Hi Sergey,
I am a newbie to ASP programming and would like to know how to filter results by column.
My objective is that users input filter values on top of the column table to search for records. I found a javascript routine (see http://www.javascriptkit.com/script/script...lefilter.shtml)) and would like to implement this. I prefer this type of search routine rather than having a separate search page to filter records.
Regards,

Arnel

Sergey Kornilov admin 12/28/2007

We plan to add this feature in one of the following versions.
Unfortunately I cannot tell you what is the easiest way to integrate this script into the current version.

A
agruspe author 12/30/2007

We plan to add this feature in one of the following versions.

Unfortunately I cannot tell you what is the easiest way to integrate this script into the current version.


Hi Sergey,
I am doing an experiment right now and have to add the javascript codes manually instead of the visual editor. I included the javascript files on the header section and added the id="maintable" where the maintable code starts. Then at the bottom of the page (before the </body> tag), inserted the script setFilterGrid("maintable") to call the filter.
This works but only on the 1st and 2nd columns which are the icons for edit and view but not on the other data columns. Any thoughts on this?
Regards,

Arnel