Using NetAdvantage Windows Forms 10.3 with TestAdvantage proxy for RFT 8.1.1.3.
I would like to get down to the rows/cells by index within an UltraCombo within a grid's column. The column with the header I'm looking at has its EditorComponent property set to an UltraCombo with the name GovernmentCodeUltraCombo as seen below. Starting with (generically) grid.DisplayLayout.Bands[0].Columns["My Column Name"].EditorComponent, we've tried many permunations of recognition methods and come up with nothing. Ideas?