Does anyone know how i can dynamically change the query “Where” clause based on a value entered on a form and render that data on the grid.
I’m currently loading a handler mygrid.load(“myconnector.ashx”);
That excuting a class that runs the query that is a parameter within the dhtmlGridConnector.
Any help would be appreciated.