Hi,
I am trying to implement the example of inserting into a grid using a radwindow but im having problems calling the ajax request on the ajax manager. It can find the ajax manager using the javascript (used an alert to confirm the variable) but when the request method is called I get the following error:
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
to try and find my actual issue I took all the elements off the page and put a breakpoint on the ajax request (server side) even and a button to all it. With no controls on the page it hit the breakpoint, with the radwindowmanager on it still hit the breakpoint but when the radgrid was added I got the same error and the breakpoint was not hit. so tried on a new page with new controls and still get the same error
Thanks
I am trying to implement the example of inserting into a grid using a radwindow but im having problems calling the ajax request on the ajax manager. It can find the ajax manager using the javascript (used an alert to confirm the variable) but when the request method is called I get the following error:
Microsoft JScript runtime error: Sys.WebForms.
Parameter name: index
to try and find my actual issue I took all the elements off the page and put a breakpoint on the ajax request (server side) even and a button to all it. With no controls on the page it hit the breakpoint, with the radwindowmanager on it still hit the breakpoint but when the radgrid was added I got the same error and the breakpoint was not hit. so tried on a new page with new controls and still get the same error
Thanks