Unplanned
Last Updated: 17 Apr 2024 14:40 by ADMIN
Vijayanand
Created on: 31 May 2021 09:16
Category: GridView
Type: Feature Request
2
RadGridView: Expose Cell Value property in the MSAA implementation
When you inspect a RadGridView Cell with the inspect.exe tool you will see that the Value property is empty.
6 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 16 Nov 2022 05:47

Hello, Clifton,

The feature has not been released yet since we were focused on other, more urgent improvements. We will invest some time in the upcoming releases and we will do our best to introduce an appropriate solution. Stay tuned.

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Clifton
Posted on: 15 Nov 2022 19:49

Hi,

Is this item still in development or has it been released?

 

Best,

Clifton

ADMIN
Dimitar
Posted on: 08 Jun 2021 13:46

Hi Vijayanand,

I am glad that the described approach will be suitable for you scenario. 

Regards,
Dimitar
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Vijayanand
Posted on: 08 Jun 2021 06:58

Hi,

It is bit strange to have Value in name, since the same should be taken from Text/Value fields. But yes, to respect existing cases, we will make it working for us, with some workaround. Thanks for the support!

Best Regards,

Vijay

ADMIN
Dimitar
Posted on: 07 Jun 2021 11:56

Hello,

According to our regression tests results, If we change the existing behavior for the Name property, we will make a major breaking change that will effect our clients and their existing CodedUI automation projects. 

That is why we are considering to include the following information in the Value property:

"Row {row index} Column {column name} Value {cell value}"

For example: "Row 2 Column Country Value USA"

Could you please confirm that it will be a suitable approach for your scenario?

Regards,
Dimitar
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Vijayanand
Posted on: 01 Jun 2021 14:14
Hope the 'Name' property of cell will be derived from Row# and Column Name. Currently, it is derived from cell value. That would be erroneous since same value can repeat in the same row, but on different column. It will be strange if Name and Value property of cell have same value!