New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.For count As Integer = 0 To Me.all_Columns.Length - 1 If all_Columns(count) <> "Symbol" Then Dim aGridColumn As Syncfusion.Windows.Forms.Grid.GridBoundColumn aGridColumn = New Syncfusion.Windows.Forms.Grid.GridBoundColumn aGridColumn.MappingName = all_Columns(count) Me.GridDataBoundGrid1.GridBoundColumns.Add(aGridColumn) End If Next
>For count As Integer = 0 To Me.all_Columns.Length - 1 > If all_Columns(count) <> "Symbol" Then > Dim aGridColumn As Syncfusion.Windows.Forms.Grid.GridBoundColumn > aGridColumn = New Syncfusion.Windows.Forms.Grid.GridBoundColumn > aGridColumn.MappingName = all_Columns(count) > Me.GridDataBoundGrid1.GridBoundColumns.Add(aGridColumn) > End If > Next >>
Me.GridDataBoundGrid1.Model.Cols.Hidden("Symbol") = True
Me.GridDataBoundGrid1.Model.ColWidths("Symbol") = 0