0
votes
votes
1 answers
How to add a column in the first position
I am using UltraWinGrid datagrid in my windows app. I fill the grid from dataset ( ugGrid.DataSet = ds.Table[0] ) and then have to add a checkbox column in the first position (index 0). Any idea?
