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.
Hi,
We have a couple of grouping grids with e.Style.Enabled = false in QueryCellStyleInfo, just noticed that keyboard up/down/pgup/pgdn don''t work when Enabled = false. Setting to true is not really an option, or as long as one click highlights the row and doesnt enter into edit mode (its used for dragging/dropping only). So whats the best way to keep the keyboard functionnality in this case? Seems the tab key wont work either...
tia
ADAdministrator Syncfusion Team November 25, 2004 04:40 PM UTC
just tried this.gridGroupingControl1.TableModel.Options.ActivateCurrentCellBehavior = GridCellActivateAction.None;
but the clicked cell is not draggable which is not good.
ADAdministrator Syncfusion Team November 25, 2004 04:45 PM UTC