I am attempting to recreate the Grid - Edit on Double-click in a SharePoint 2010 web part. I have successfully added the script to the page using a ClientScriptManager in the PreRender method. I also generate my RadAjaxManager in OnInit.
However, when I double click on an item I receive an error on the page, "'null' is null or not an object"
The line number it corresponds to in the page source is
within the RowDblClick function.
Any help would be appreciated.
Thanks!
However, when I double click on an item I receive an error on the page, "'null' is null or not an object"
The line number it corresponds to in the page source is
$find("<%= RadGrid1.ClientID %>").get_masterTableView().editItem(editedRow);Any help would be appreciated.
Thanks!