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.
ADAdministrator Syncfusion Team July 21, 2005 11:33 AM
Select all records? or SelectAll text in a cell?
To select all records, you can loop through the grid.Table.FilteredRecords colection, setting record.IsSelected = true.
You can have the cell text selected by setting this property.
this.gridGroupingControl1.TableModel.Options.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;
ADAdministrator Syncfusion Team July 21, 2005 08:59 PM