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 are converting from the DataGrid to the Grouping Grid. In our old code I was setting the properties:
grid.ExcelLikeCurrentCell = true;
grid.ExcelLikeSelectionFrame = true;
Are there any ExcelLike properties in the grouping grid? Is there any way to duplicate the behavior of these properties?
Thanks,
Erlly
ADAdministrator Syncfusion Team November 15, 2004 08:28 PM UTC
Erlly,
You can set goupingControl.TableModel.Options.ExcelLikeCurrentCell, goupingControl.TableModel.Options.ExcelLikeSelectionFrame and goupingControl.TableModel.Options.AllowSelection
Stefan