The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I am using a GridDataBoundGrid with a listview-like selection enabled, and trying to trap events of selection changes. There don't seem to be such specific events provided by the grid, but I am using currently the cell click event, and then check the selected rows, but would like to use a more comprehensive way ot checking it, since there isn't always a cell click for other ways to change selections (for example user can drag mouse down pointer across rows to select multiple rows).
Does anyone know of a better way of trapping selection change events?
Thanks
Anatolii
ADAdministrator Syncfusion Team March 21, 2003 04:39 PM UTC
There are GridDataBoundGrid.Model.SelectionChanging and GridDataBoundGrid.Model.SelectionChanged events that you can use to monitor changing selections.