Forum Discussion
Tried with GridObj.Rows.Cells.Item(1).Click it says object not found.
more info
At the moment I am using below script to select a row but i want to select it by name
Call Aliases.VIP.ProviderTypeForm.tab.Browse.dvg.Click(90, 24)
Call Aliases.VIP.ProviderTypeForm.tab.Browse.panel1.btnModify.ClickButton
Hi,
Can you please spy on the control and provide a snapshot showing the properties and methods for that particular control
- msal44349 years agoOccasional Contributor
Hi Sanjay,
Please find screenshot as requested.
Regards
Sal
- sanjay02889 years agoFrequent Contributor
Hi Sal,
In the object spy can you please click on View more members Advanced view and take a snapshot of the complete object properties and methods
Regards,
Sanjay
- Colin_McCrae9 years agoCommunity Hero
That looks like a custom class.
My guess, is the base class is a DataViewGrid (https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview(v=vs.110).aspx) .... but your dev team should be able to confirm that.
If it is, you just need to enable it to associate it with the base class so you can use it's methods and properties.
If it is, there are some suggestions in here: