Completed
Last Updated: 27 Apr 2020 07:43 by ADMIN
Release R2 2020
Vivek
Created on: 22 Apr 2020 13:38
Category: UI for WinForms
Type: Feature Request
1
RadGridView: empty cell values should be read by Narrator considering the column's NullValue property
When a cell has DBNull.Value or null, its value is not read by Narrator since it is considered as empty string. In this case, the NullValue property of the column should be considered.
1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 23 Apr 2020 09:04

Hello, Vivek,

The Narrator will read the specified NullValue property for the column:

            this.radGridView1.Rows[0].Cells["Description"].Value = DBNull.Value;   
            this.radGridView1.Rows[2].Cells["Description"].Value = null;
            this.radGridView1.Columns["Description"].NullValue = "Empty"; 

I hope that it would be suitable for your requirements.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.