Submitted by ChrisS on Wed, 08/27/2008 - 12:14.
Hi,
I am trying to do the following:
- Display an empty grid
- Let the user enter some selection criteria and then retrieve data from the server and populate the grid
- User can then enter new selection criteria and re-submit it.
Problem I am having is that I cannot find how to send the revised selection criteria to the server. Code behind my 'onClick' handler for the search button is:
currentModel = new dojox.grid.data.DojoData(null, null, {rowsPerPage: 20, store: custStore, query: {CustomerId: '*'}, clientSort: false});