TestComplete doesn't work with grouped Telerik.Windows.Controls.RadGridView
Telerik_Windows_Controls_RadGridView extended properties stop working when I make a grid grouped by field. Is there a way around this problem? Or, maybe, there is information about how to work with a grouped grid view? I used wValue property. In my case, I need to point to cells by their row/column numbers.
I see that there was a reply from our Support team regarding this case, let me quote the solution here:
>>
I see that you have a 'Groups' property associated with your grid. This property will allow you to get the collection of subgroups within an object. Try looking through that property to see if any information may come of use when setting up your tests:
https://support.smartbear.com/testcomplete/docs/reference/test-objects/members/grid-group/groups-property-gridgroup-object.html<<