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.
How to Enable/disable adjacent cell based on checkbox value. I have a clolumn with checkboxes and Mothcaleder column just beside it.
What I want is when the checkbox is not check for month calendar cell on the same roe to be disabled/read only etc. When user checks the checkbox I want the calendar cell beside to be enabled/full write etc.
AAArulraj A Syncfusion Team January 17, 2019 07:20 AM UTC
Hi Mariusz,
Thanks for using Syncfusion product.
To make the cell as read only based on another cell value in the same row, you could use the Style.Enabled property in QueryCellStyleInfo event. Please refer the following code example.