Completed
Last Updated: 25 Oct 2010 04:56 by Svetlin
Svetlin
Created on: 25 Oct 2010 04:56
Category: GridView
Type: Bug Report
2
FIX AutoSizeColumnsMode does not work when you set the MaxWidth and MinWidth column properties
You need to create two manually generated columns and set the AutoSizeColumnsMode to GridViewAutoSizeColumnsMode.Fill. If you set the MinWidth property of the first one and the MinWidth and MaxWidth properties of the second one, the columns do not fill the whole available space of RadGridView.
0 comments