Forum Discussion
Hi Helen Kosova,
Thanks for quick response, below is the ClrFullClassName property value of the WinFormsObject("ChartGrid") object:
MYOB.Workpapers.Application.PremierChartGrid
Regards,
Damodar
Could you please also post a screenshot of this grid in your app, and screenshots of the WinFormsObject("ChartGrid") object's properties in the Object Browser, specifically all .NET properties?
- damodara_visist11 years agoOccasional Contributor
Hi Helen Kosova,
Please find the attached screenshots for Grid and .net object properties.
Grid:
Object Properties:
Please let me know if you need more info.
Regards,
Damodar
- damodara_visist11 years agoOccasional Contributor
Hi Helen Kosova,
I am waiting for your response, any luck?
Regards,
Damodar
- HKosova11 years ago
Alumni
Hi Damodar,
Sorry for the delay, I was out of the office for the last few days.
Your grid looks like it's based on Infragistics WinForms UltraGrid. TestComplete supports UltraGrid, so try configuring your project to handle your grid as UltraGrid:- Go to Tools > Current Project Properties > Object Mapping.
- Expand the Infragistics Controls > UltraGrid category.
- Add your grid's class name (MYOB.Workpapers.Application.PremierChartGrid) to the list.
- In all subcategories (UltraGridTextUIElement and others), select the Derived Classes check box.
- Save the project.
The config should look like this:
Then check your grid in the Object Browser - it should have the wRowCount, wColumnCount and wValue(row, column) properties for reading the data.
Let me know if this worked for you.