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.
ARAmal Raj U Syncfusion Team November 15, 2016 01:20 PM UTC
Hi Truong,
Thanks for using Syncfusion products.
How to disable click on a cell or do not allow user click on a cell , but still allow horizontall scroll
Solution 1
The reported scenario of handling the cell click to disable cell click can be done using the TableControlCurrentCellActivating event and we can scroll using mouse click on ScrollBars as well. Please make use of the below code,