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 the 2.0.2.1 beta and I need to make my grouping grid readonly. The following three lines seem to have no effect. Is this a problem with the beta or is there something else I should be doing?
this.tableControl1.TableDescriptor.AllowEdit = false;
this.tableControl1.TableDescriptor.AllowNew = false;
this.tableControl1.TableDescriptor.AllowRemove = false;