Hi,
Below is our application example URL:
http://test.aptisys.com/UOMSetup.aspx
In all our screens we are using the Right Click Context menu in the Rad Grid with Add, Edit, Delete and Duplicate in the Context Menu. We have implemented the need data source with insert, update and delete command methods. But for the delete, in our old implementation without the need datasource we used the below syntax.
case "Delete":
RadGUOM.MasterTableView.PerformDelete(RadGUOM.Items[radGridClickedRowIndex]);
RadGUOM.Rebind();
But after implementing the Need Data source, we cant able to delete the row even we right click the context menu and delete, the delete command method is not fired. We are not sure about how to call the delete command method from right click context menu. Could you please send us some example with right click context menu by right clicking and deleting the grid data implemented with the need data source by calling the Delete command method?
Thanks & Regards
Below is our application example URL:
http://test.aptisys.com/UOMSetup.aspx
In all our screens we are using the Right Click Context menu in the Rad Grid with Add, Edit, Delete and Duplicate in the Context Menu. We have implemented the need data source with insert, update and delete command methods. But for the delete, in our old implementation without the need datasource we used the below syntax.
case "Delete":
RadGUOM.MasterTableView.PerformDelete(RadGUOM.Items[radGridClickedRowIndex]);
RadGUOM.Rebind();
But after implementing the Need Data source, we cant able to delete the row even we right click the context menu and delete, the delete command method is not fired. We are not sure about how to call the delete command method from right click context menu. Could you please send us some example with right click context menu by right clicking and deleting the grid data implemented with the need data source by calling the Delete command method?
Thanks & Regards