Completed
Last Updated: 23 Sep 2022 13:07 by ADMIN
Release R3 2022
Toby
Created on: 21 Jul 2022 08:44
Category: GridView
Type: Bug Report
1
RadGridView: ArgumentOutOfRangeException is thrown when the control is auto-sized and we try to select all rows by clicking and moving the mouse

ArgumentOutOfRangeException is thrown when the control is auto-sized (AutoSize = true) and we try to select all (MultiSelect = true with CellSelect) rows by clicking and moving the mouse. 

As a workaround, we could set the MaximumSize property of the RadGridView.

this.radGridView1.MaximumSize = new Size(1000,1000);

0 comments