Hi !
I have a grid bound to a datatable, and I would like to add a new checkbox column, but not at the right of the grid, but as the first column, in the left . How could I do this ?
Thanks,
Marius.
Hello Marius,
As far I understand you are looking for a way to change the order of the columns, right. As far I see for your details you know how to add a checkbox, but its appear on the end if you assign data source. If so you can use VisiblePosition properly of the header of the column. More details you can find here:http://help.infragistics.com/NetAdvantage/WinForms/2010.2/CLR2.0/?page=Infragistics2.Win.UltraWinGrid.v10.2~Infragistics.Win.UltraWinGrid.UltraGridBand~VisiblePosition.htmlI hope this helps.
Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
Exactly what i needed!! thanks!