Hi,
I have grid which contains 3 columns, when I resize first column remaining 2 column width also gets changed.
I am using below client setting for my grid
I don't want to change width of others column.
Currently grid has 100% width & only last column has fixed width.
If I set grid width fixed as well as those of 3 columns, then resizing works fine.
Is it bug in RadGrid resize functionality if we set grid width to 100%?
I have grid which contains 3 columns, when I resize first column remaining 2 column width also gets changed.
I am using below client setting for my grid
<
Resizing
AllowColumnResize
=
"true"
ResizeGridOnColumnResize
=
"true"
/>
I don't want to change width of others column.
Currently grid has 100% width & only last column has fixed width.
If I set grid width fixed as well as those of 3 columns, then resizing works fine.
Is it bug in RadGrid resize functionality if we set grid width to 100%?