How can I dynamically Change Where CLause

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.

You may set the url as a variable and change it dynamically according to your needs:
url=“myconnector.ashx”;
mygrid.load(url);