Using 2.0, I am dynamically creating the grid in Page_Init. I can enter filter text, click on the filter icon, the postback occurs and the results are properly filtered. The issue is that the Filter Text box is empty, so the user cannot see what the filter was.
Can you help?
Thanks,
Rob
3 Answers, 1 is accepted
0
Sebastian
Telerik team
answered on 06 Mar 2009, 12:29 PM
Hi rob,
Can you please double-check that you are instantiating the grid programmatically inside the PageInit handler in par with the concepts from this help topic? This should ensure that the viewstate of the control will remain consistent and the event lifecycle will be intact.
Hi Sebastian,
As I said, I am instantiating the grid in Page_init. I followed the example you cited, but there is no FILTER used there. Do you have a working example using filters?
You will find the example you requested attached to this message. In it there are two grids with filtering enabled - one instantiated on PageInit and one on PageLoad. The filtering is enabled for both controls.