Hi,
I'm using Ranorex 1.4, and we have an application that utilizes the Infragistics UltraGrid control. Based on the blog entry, I thought this would be a piece of cake, but ran into some difficulties.
We have one row which is a 'filter' row to apply filter criteria to the rest of the grid. I tried to enumerate this row and get all the column names with no success. Only after I had added a second 'data' row did I get an Element[] of Role.Row returned, and _both_ of the returned objects were duplicates of the first data row, _not_ the filter criteria row. Thus my question -- why would Element[] rows = table.FindChildren(Role.Row) return duplicate entries, and is there a fix?
Thanks,
Tim