delete row functionality stopped after dll update

2 replies. Last post: September 7, 2009 2:29 AM by Xedem
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Xedem Member

Hi

Webgrid's delete functionality stopped after updating the dll version from 203 to 214. I updated both WebUI and Webgrid dll and corresponding scripts. To check this i again updated my current solution with old dlls and the corresponding scripts. There goes...the delete functionality is working again. What could be the problm? Here is how am doing a delete.

var delRow= grid.RootTable.GetRowByKeyValue(objRet.I_FILE_BLOCK_ROW);
delRow.Select();
delRow.Delete();

If the row am going to delete is the one added through client side(no update done yet in database), then i am getting an alert message saying "Cannot perform this operation on a row not in the table". As i said earlier, if i revert back to the old dll and scripts, it works fine. So what went wrong with me? Is that method is obsolete?

 
Vinayan
All times are GMT -5. The time now is 9:28 AM.
Previous Next