Completed
Last Updated: 21 May 2015 09:19 by ADMIN
ADMIN
Nikolay
Created on: 08 Jan 2013 06:11
Category: GridView
Type: Bug Report
4
FIX. RadGridView - setting MinWidth and MaxWidth to a column when AutoSizeColumnsMode is Fill causes a wrong layout
If you set the MinWidth and MaxWidth to a column and then set AutoSizeColumnMode to Fill (all this in the form constructor) a gap will appear between the columns.

Workaround: set the Fill before the MinWidth and MaxWidth and to do all these operations on Load.
0 comments