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''m very new to Essential Grid. I''m facing a problem around GridDataBoundGrid control. Please help me to solve this.
I want to enable edit some of the cells in my GridDataBoundGrid control & disable the other cells. How can I do this?
ADAdministrator Syncfusion Team May 21, 2004 05:53 AM UTC
To set ReadOnly properties in a GridDataBoundGrid cell by cell, you have to handle grid.Model.QueryCellInfo. Here is a KB link with code snippets.
http://www.syncfusion.com/Support/article.aspx?id=10351
DMDmrMay 24, 2004 07:35 AM UTC
Thanks a lot Clay for ur quick response..
>To set ReadOnly properties in a GridDataBoundGrid cell by cell, you have to handle grid.Model.QueryCellInfo. Here is a KB link with code snippets.
>
>http://www.syncfusion.com/Support/article.aspx?id=10351