Quick correction --> Timer tick is at 15 seconds and not 15 msecs as mentioned earlier.
Look forward to your suggestion.
Thanks
I'm using the Q3 2008 version of the RadGrid and am facing a limitation that needs a workaround. Basically the Web page containing the grid uses a timer to poll for data from the SQL Cache, in the NeedDataSource event.
The problem is that the Timer tick is set at 15 msecs and so when the user types in some text to filter on, on every tick (which in turn will fire the NeedDataSource) , the filter box gets cleared. I've already implemented a Persistence solution using Profile to store the filter expression/pattern across postbacks but in this case the filter action has not been invoked yet.
How can I preserve the text across timer ticks till the user invokes a filter action using the context menu?
Thanks
Look forward to your suggestion.
Thanks
I'm using the Q3 2008 version of the RadGrid and am facing a limitation that needs a workaround. Basically the Web page containing the grid uses a timer to poll for data from the SQL Cache, in the NeedDataSource event.
The problem is that the Timer tick is set at 15 msecs and so when the user types in some text to filter on, on every tick (which in turn will fire the NeedDataSource) , the filter box gets cleared. I've already implemented a Persistence solution using Profile to store the filter expression/pattern across postbacks but in this case the filter action has not been invoked yet.
How can I preserve the text across timer ticks till the user invokes a filter action using the context menu?
Thanks