Hi,
Does anyone know how to set the datagrid column index in Windows form in C#? I can get the firstcolumnindex like this -> grid_schedule.FirstVisibleColumn;After reload the dataset, i would like to set back the column index caz I got many columns on the grid and user need to scroll thru it to the right after reload.
Thanks.