Hello,
I have an SfDataGrid control.
I would like delete the selected rows with custom button (remove from grid).
I try with
PrimaryGrid.DeleteSelectedRecords();
but nothing happen.
The grid DataSource is an ObservableCollection<MyModel>.
I have some other question related to delete process: how can I delete the row by MyModel.Id field?
How can I delete the selected rows by Delete key after popup a confirmation dialog?
Thank you very much for help!
BR, László