Hello Mikhail,
Did you try the following code:
When AllowAutomaticDeletes is set to
true for the master table view, the rows will be automatically deleted by the above code. If you are handling the database operations manually, you need to attach an event handler to the
DeleteCommand event of the grid, which will be throw for each item by each call to
tableView.deleteItem(....) on the client. In the event handler you should implement your database operations logic.
I hope this information helps.
All the best,
Tsvetoslav
the Telerik team