Forum Discussion
Hello Guys,
Thanks for all your replies, they were very helpful, I tried to add the classname to object Mapping setings : Microsoft controls -> WinForms -> DatagridView and that gaves me more properties, adding to that I used advanced view, the result was that I am able to detect columns number, I think according to what was said, I can't map the needed cell using "Object Spy", but it can the cell value can be accessible by developing some scripts, will try to access the value needed by scripting
still one problem i don't know how to solve it according to this new properties, the second verification, i have to verify for every item in the table the quantity and the final price with data in an Excel file, and according to the properties, there is an exception in the wRowCount, how can i loop my table and extract cell values without having rowCount value that will help in loop setting
This is where grids can get a little funky. Especially if you're not 100% sure of the base class.
I have grids that show this error for the column count. But the row count property is fine. In my case, columns are referred to as "fields" and there are other properties where I can get this info. Have you have a good dig around in the other properties and fields available? It may well be hidden away somewhere under another name.