Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
How to get row count from a dropdown list?
posted

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

null); but it always returns 0.

Parents
  • 6729
    Suggested Answer
    Offline posted

    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

Reply Children