Syncfusion - GridControl - Hide Grid Column Using Array

Syncfusion - GridControl  - Hide Grid Column Using Array

 

Dim x() As GridColHidden = {New GridColHidden(2), New GridColHidden(4), New GridColHidden(6), New GridColHidden(5)}

GridControl1.ColHiddenEntries.AddRange(x)

Above Code will hide Column 2,4,6 and 5

No Looping is Required for Hiding the 

Comments

Popular posts from this blog

Shared / Static Class in vb.net/C#

Xamarin Forms : PopUp Page with RG.Plugins.Popup

Text was truncated or one or more characters had no match in the target code page.". (SQL Server Import and Export Wizard)