Forum Discussion
Hi Kavansays,
TestComplete works with grid controls in a different way. If your control allows us to show only the visible rows, I'm not sure if we can do anything here. However, I recommend that you contact our Support team and provide them with a sample application containing the control. It will help them analyze the possible ways you can use to test the control.
- Colin_McCrae11 years agoCommunity Hero
Is this a data driven table?
I have several Delphi grids that behave like this. There are total rows, available rows and visible rows. I have to use various checks and counts from the underlying datagrid/dataset object, in combination with the visible on screen parts, to work out whats available, whats selectable and whats selected.
They're bit a awkward to work with, but it's just the nature of the control.
- kavansays11 years agoContributor
Yes colin behavior is same as you described.