Hi,
Currently, I don't know how to get the Grid at client site for the case below
1. I have a user control which contains a RadGrid control inside
2. I don't load this user control at the first time load of the page
3. When user clicks on the "Load" button, I will call back to the server via Ajax to render the content of the User Control above and set this data to the DIV element
Now, I can show entire content of that user control to the screen however I don't know how to get the Grid object inside that user control.
It always returns NULL when I use: var grid = $find(radGridClientId);
So my question is How can I get back the Grid in that case?
Any helps is appreciated,
Thanks,
Dan
Currently, I don't know how to get the Grid at client site for the case below
1. I have a user control which contains a RadGrid control inside
2. I don't load this user control at the first time load of the page
3. When user clicks on the "Load" button, I will call back to the server via Ajax to render the content of the User Control above and set this data to the DIV element
Now, I can show entire content of that user control to the screen however I don't know how to get the Grid object inside that user control.
It always returns NULL when I use: var grid = $find(radGridClientId);
So my question is How can I get back the Grid in that case?
Any helps is appreciated,
Thanks,
Dan