Completed
Last Updated: 04 Apr 2019 13:59 by ADMIN
Release R2 2019 (LIB 2019.1.408)
sebastien
Created on: 18 Mar 2019 09:46
Category: UI for WinForms
Type: Bug Report
1
RadGridView: The new row meesage should be dispalyed when there is no rows in the grid
When there are no data rows in the grid the new row is current and the message is not displayed. In some themes, the grid looks like there is a single row which is confusing to the end users. 

Workaround: 
radGridView1.CurrentRow = null;
2 comments
Dimitar
Posted on: 04 Apr 2019 13:59

Hello, 

A Fix will be available in LIB Version 2019.1.408 scheduled for April 8th.

New property added: SelectNewRowAsCurrent which can be set as follows:

radGridView1.MasterTemplate.SelectNewRowAsCurrent = false;

the default value is true because we need to keep existing functionality intact

Best regards, 
Dimitar

 
sebastien
Posted on: 18 Mar 2019 13:12