Hi,
I tried to create an application based on the Integration/Window Editing example available online, and got a javascript error saying "null is "null" or not an object" when i try to press the "Edit" link AFTER i did a page change (i.e. went to page 2 - clicked on "Edit" link and boom : the message appeared).
The problem is that this exact error message appears on the online example of your web site. It seems that after the first postback the grid variable in the line below is null.
var grid = $find("<%= RadGrid1.ClientID %>");
Is there a bug, a general problem or it's just me having this issue?
Thanks in advance!
I tried to create an application based on the Integration/Window Editing example available online, and got a javascript error saying "null is "null" or not an object" when i try to press the "Edit" link AFTER i did a page change (i.e. went to page 2 - clicked on "Edit" link and boom : the message appeared).
The problem is that this exact error message appears on the online example of your web site. It seems that after the first postback the grid variable in the line below is null.
var grid = $find("<%= RadGrid1.ClientID %>");
Is there a bug, a general problem or it's just me having this issue?
Thanks in advance!