Forum Discussion

MrDysprosium's avatar
MrDysprosium
Contributor
7 years ago

Editing rows in a grid where columns are all drop downs.

I have a grid object that has selectable cells via the ClickCell(<row>, <column>), but all of the columns are drop downs. I can't find a way for TC to change the value of a specific row\column pair in this object. The drop down list when  you click on a row's column is detectable by TC (Aliases.Form.TPopupDataList), but "click item" on that list doesn't work.


Does anyone have any ideas?

1 Reply

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    Look in the Object Spy for the PopupDataList and see if there's an index in there somewhere.  You may have to address the list items that way.