I followed
http://www.telerik.com/demos/aspnet/Grid/Examples/Programming/SelectedValue/DefaultCS.aspx
All works fine except the following javascript error.
Line 351
Error message : 'srcElement' is null or not an object
this is generated in this line.
RadGrid1.ResponseScripts.Add(String.Format("window['{0}'].AjaxRequest('{1}', '');", RadGrid2.ClientID, RadGrid2.UniqueID));
in RadGrid1_PreRender event.
I know that as when I remove that line the javascript error doesn't occur.
Thank you in advance...
http://www.telerik.com/demos/aspnet/Grid/Examples/Programming/SelectedValue/DefaultCS.aspx
All works fine except the following javascript error.
Line 351
Error message : 'srcElement' is null or not an object
this is generated in this line.
RadGrid1.ResponseScripts.Add(String.Format("window['{0}'].AjaxRequest('{1}', '');", RadGrid2.ClientID, RadGrid2.UniqueID));
in RadGrid1_PreRender event.
I know that as when I remove that line the javascript error doesn't occur.
Thank you in advance...