Completed
Last Updated: 06 Jul 2012 01:53 by ADMIN
ADMIN
Stefan
Created on: 06 Jul 2012 01:53
Category: GridView
Type: Bug Report
0
FIX. RadGridView - exception when double clicking a column to best fit it while HideSelection is enabled
To reproduce use the code above and when the application starts double click the column in order to best fit it           :          RadGridView radGridView1 = new RadGridView();
            this.Controls.Add(radGridView1);
            radGridView1.Columns.Add("some text");
            radGridView1.HideSelection = true;
0 comments