Hi,
My problem is when I resize the page where I placed my radgrid control : I have 9 colums and I want that some of them are at fixed size while others can resize.
I fixed the sizes of the columns I want at fixed size and also I set Resizable="False" for the column width and HeaderStyle-Wrap="False" ItemStyle-Width="30px" and also HeaderStyle Width="30px".
Under MasterTableView properties I tried with TableLayout="Auto" and also TableLayout="Fixed" with the same results
In The colums that can resize I didn' t set the same properties, but the behaviour doesn' t change : All the colums resizes when I resize the page.
My goal is that the colums at fixed size don't get wider, while the others can resize
My problem is when I resize the page where I placed my radgrid control : I have 9 colums and I want that some of them are at fixed size while others can resize.
I fixed the sizes of the columns I want at fixed size and also I set Resizable="False" for the column width and HeaderStyle-Wrap="False" ItemStyle-Width="30px" and also HeaderStyle Width="30px".
Under MasterTableView properties I tried with TableLayout="Auto" and also TableLayout="Fixed" with the same results
In The colums that can resize I didn' t set the same properties, but the behaviour doesn' t change : All the colums resizes when I resize the page.
My goal is that the colums at fixed size don't get wider, while the others can resize