Completed
Last Updated: 14 Mar 2013 07:03 by ADMIN
ADMIN
Ivan Petrov
Created on: 14 Mar 2013 07:03
Category: GridView
Type: Bug Report
1
FIX. RadGridView - Columns with MinWidth = 0 in a grid with auto size columns mode = Fill cannot be resized.
Steps to reproduce:
1. Add a RadGridView to a form
2. Add several columns and set their MinWidth to 0
3. Set the grid AutoSizeColumnsMode property to Fill
4. Run the project and you will see that you cannot resize the columns.

WORKAROUND:
Set the MinWidth property to a value greater than 0
0 comments