Gone2TheDogs
5 years agoOccasional Contributor
Desktop Telerik Gridview - How to get cell's value
I have the following code, but wValue is not recognized. How do I get a cell's value from a Telerik Datagrid?
GridCellValue = Aliases.Purchasing.frmPurchasingMenu.MdiClient.frmPoShipDateMaint.pnlData.tabMain.tpgTracking.RadGroupBox5.dgvTracking.wValue(0,2)
Unable to find the object wValue(0, 2). See Details for additional information. 18:09:07 Normal 11.27
I actually just fixed it by using wildcards in the namemapping. I don't know why I didnt think about this before
This video explained it nicely:
https://support.smartbear.com/testcomplete/videos/using-the-wildcard-in-the-name-map/
Hope this can help someone else with the same problem