Re: InMethod data grid data source query question

2009-09-17 Thread Matej Knopp
I'm afraid that is not possible. The grid gives you notification immediately when selection status changes and for that it needs to load the items. -Matej On Thu, Sep 17, 2009 at 1:24 AM, Bryce Bell bryce.z.b...@gmail.com wrote: How do you keep a data grid from querying it's data source when

Re: InMethod data grid data source query question

2009-09-17 Thread Bryce Bell
Is it possible to just remove the checkbox from the header? If so, can you give me an idea where in the source code that is? I was thinking that the user would not be tempted to click the header if the checkbox was not there. The problem is that the data source takes a long time to be queried,

Re: InMethod data grid data source query question

2009-09-17 Thread Matej Knopp
Isn't caching the data an option? -Matej On Thu, Sep 17, 2009 at 5:16 PM, Bryce Bell bryce.z.b...@gmail.com wrote: Is it possible to just remove the checkbox from the header? If so, can you give me an idea where in the source code that is? I was thinking that the user would not be tempted to

Re: InMethod data grid data source query question

2009-09-17 Thread Bryce Bell
Disregard the last post. I just set display:none for the header check box markup. It works fine. Matej Knopp wrote: I'm afraid that is not possible. The grid gives you notification immediately when selection status changes and for that it needs to load the items. -Matej On Thu, Sep 17, 2009

InMethod data grid data source query question

2009-09-16 Thread Bryce Bell
How do you keep a data grid from querying it's data source when you check the check box in the header that auto checks all the rows on the page? I just need all the check boxes on the page checked, I do not need the data source queried again. Bryce