Hi,
I have a Rad grid on my page With fetures like, Column Resize, Filter, Sorting, Expand/Collapse , NestedViewTemplate etc enabled .
Everything is working fine except one scenario.
When I make a column resize first, and then if i try to sort any column, the grid width is Automatically expanding out of the box after the postback caused by sorting , What i can see here is when i resize one column in client side, the other column widths are automatically reduced to maintain the grid's width. But after the postback the other columns default widths what i set while design time are retained back and the expanded column maintains its new width, and hence the entire grid's width is expanding.
I tried with Resizing-ResizeGridOnColumnResize="false"/ setting fixxed width to grid etc. But no use
Need Help urgently.
Thanks
I have a Rad grid on my page With fetures like, Column Resize, Filter, Sorting, Expand/Collapse , NestedViewTemplate etc enabled .
Everything is working fine except one scenario.
When I make a column resize first, and then if i try to sort any column, the grid width is Automatically expanding out of the box after the postback caused by sorting , What i can see here is when i resize one column in client side, the other column widths are automatically reduced to maintain the grid's width. But after the postback the other columns default widths what i set while design time are retained back and the expanded column maintains its new width, and hence the entire grid's width is expanding.
I tried with Resizing-ResizeGridOnColumnResize="false"/ setting fixxed width to grid etc. But no use
Need Help urgently.
Thanks