Hi all.
I have a datagridn on a webform and want that this datagrid changes position (moves to the left) after "select" button have been clicked.
I wrote
DataGrid1.HorizontalAlign = HorizontalAlign.Left
But nothing happened, it does not move
How to do it ?
Thank you.
tety