Hi,
I am using Client-side update/insert/delete Grid. My programs is pretty much similar to your demo of the grid. The grid works fine if I already have some rows in the grid and then doing insert/update. However when I try to insert the first the row of the grid through Add panel it gives me error in updateGrid() javascript function for
I am using Client-side update/insert/delete Grid. My programs is pretty much similar to your demo of the grid. The grid works fine if I already have some rows in the grid and then doing insert/update. However when I try to insert the first the row of the grid through Add panel it gives me error in updateGrid() javascript function for
var tableView = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
I am getting get_masterTableView() null.