Hi
Having looked at some of the examples of people using radwindow and radgrid rebinds. I have worked on trying to get a radgrid rebind using javascript after altering some data in a modal window.
Although what i am trying gets only so far.
I call this following javascript function from the modal window
the following code is called from the OnAjaxRequest="RadGrid1_AjaxRequest" set in the telerik:RadAjaxManager
on doing this i am getting an "object doesnt support this property method error"
Any help would be greatly appreciated.
Thanks
Having looked at some of the examples of people using radwindow and radgrid rebinds. I have worked on trying to get a radgrid rebind using javascript after altering some data in a modal window.
Although what i am trying gets only so far.
I call this following javascript function from the modal window
| function test() |
| { |
| var grid = $find("<%= RadGrid1.ClientID %>"); |
| grid.ajaxRequest(); |
| } |
the following code is called from the OnAjaxRequest="RadGrid1_AjaxRequest" set in the telerik:RadAjaxManager
| protected void RadGrid1_AjaxRequest(object sender, AjaxRequestEventArgs e) |
| { |
| RadGrid1.Rebind(); |
| } |
on doing this i am getting an "object doesnt support this property method error"
Any help would be greatly appreciated.
Thanks