Hello,
I'm trying to refresh a radgrid which is placed in a RadPageVieuw from javascript.
I use this code.
$find("<%= RadGrid1.ClientID %>").get_masterTableView().rebind();
When i try this i get an error:
How do i refresh the gridview from JavaScript then?
Thanks
Jelte
I'm trying to refresh a radgrid which is placed in a RadPageVieuw from javascript.
I use this code.
$find("<%= RadGrid1.ClientID %>").get_masterTableView().rebind();
When i try this i get an error:
The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
How do i refresh the gridview from JavaScript then?
Thanks
Jelte