Hi
I have following set up:
I am dynamically loading a user control which has radgrid in it...i also have a button above radgrid, which when clicked opens a radwindow, upon closing that radwindow, i am rebinding the radgrid which is working fine and the grid results are updated. But now the basic filters (filters on top of columns) don't work anymore. They work fine on initial page load, but now they throw error "Error: 'null' is null or not an object". I have a client side function on close of the popup which triggers ajaxrequest click of a hidden button and hidden button click's server click event does the rebind. So i guess the data is getting rebinded okay, just the filters are not working. My guess is this is happening because of dynamically loading control, but i checked the server ID and the Client side ID of the grid and they stay the same and i also have enableviewstate to true. what else can i try???
thanks in advance
I have following set up:
I am dynamically loading a user control which has radgrid in it...i also have a button above radgrid, which when clicked opens a radwindow, upon closing that radwindow, i am rebinding the radgrid which is working fine and the grid results are updated. But now the basic filters (filters on top of columns) don't work anymore. They work fine on initial page load, but now they throw error "Error: 'null' is null or not an object". I have a client side function on close of the popup which triggers ajaxrequest click of a hidden button and hidden button click's server click event does the rebind. So i guess the data is getting rebinded okay, just the filters are not working. My guess is this is happening because of dynamically loading control, but i checked the server ID and the Client side ID of the grid and they stay the same and i also have enableviewstate to true. what else can i try???
thanks in advance