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.
Ok, so I found examples both in the user guide and in this forum that show how to hide a single column:
this.gridDataBoundGrid1.Model.Cols.Hidden[2] = true;
How do I hide multiple columns at once, let's say for example, columns 2 through 5?
Thanks,
Steve S.