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.
AAArulraj A Syncfusion Team September 17, 2018 09:18 AM UTC
Hi Mariusz,
Thanks for using Syncfusion product.
To check the column is hidden or not programmatically, you could use the VisibleColumns and Width property. Please refer the following code example and the sample,
Code example
privatebool IsColhidden(string columnName)
{
if (this.gridGroupingControl1.TableDescriptor.VisibleColumns.Contains(columnName) && this.gridGroupingControl1.TableDescriptor.Columns[columnName].Width > 0)