Posted 25 February 2020, 6:58 pm EST
Hi,
How do I compare the caption between two Grids and only display matching columns in my C1MultiSelect control?
Below is code to load the control directly from one Grid control.
For i As Integer = 0 To C1TrueDBGrid2.Columns.Count - 1
C1MultiSelect1.Items.Add(C1TrueDBGrid2.Columns(i).Caption)
Next
Thanks,
Victor