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,
I got a record in a nested/child -table. How can i get a reference to GridTableCellStyleInfo of a cell inside of that record (given its columnname) ? I would like to set this cell readonly.
I''m working in the ctor of the form so i can''t use any events, etc.
Thanks
ADAdministrator Syncfusion Team April 14, 2005 10:56 AM UTC
You cannot set a single cell readonly in a gridgroupingcontrol without using events. You will have to subscribe to QueryCellStyleInfo and set the e.Style.ReadOnly there somehow.