Hi,
Can anyone help me to get the row count from a dropdown list?
I just tried the statement like :
gridTable1().GetRowCount(
any suggestions?
Thanks,
Rick
Hi Rick,
The line you listed above is on the investment grid and not on the dropdown. you need to call the same action but on the combo. Record any action on the combo (like clicking a cell on the combo) and replace the Click(..) with GetRowCount(null)
That should work
Regards,
Ammar
Ammar,
I tried your method (clicking a cell on the combo) and replace the Click(..) with GetRowCount(null)), but it still retrun 0 yet. And I tried GetRowCount(null) function for Grid control (see attached screenshot), it retruns 0 either.
any tips? Thanks!