Unplanned
Last Updated: 21 Feb 2018 13:08 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 19 Feb 2018 14:39
Category: GridView
Type: Bug Report
1
FIX. RadGridView - columns' width is not adjusted proportionally when MinWidth/MaxWidth of a column is specified and GridViewAutoSizeColumnsMode.Fill is used
Please refer to the attached sample project. The ResizeColumnsProportionally.gif illustrates the correct behavior of columns resizing. However, if you make a certain column with fixed size, the columns resizing is not proportional any more. The ColumnsWidthNOTAdjustedProportionally.gif demonstrates better the wrong behavior.

Workaround:  handle the SizeChanged event and adjust the columns' width property programmatically in order to obtain the desired widths.
0 comments