TestComplete doesn't support Infragistics 9.2 controls?
My tested application had many Infragistics controls (version 5.3), which could be recognized by both TC 7.52 and TC 8.0. Now my application has been updated to use Infragistics controls ver 9.2, which cannot be recognized by TC 8.0 or 7.52! I have a couple of ultra-grids. Some cells of the ultra-grids have buttons. Before I could click the button with code like this
myGrid["ClickCell"](0,6);
Now since TC recognizes the whole grid as one control, ClickCell method doesn't work any more. I have to use Click method with button's coordinates. Sometimes it's not easy to know the coordinates and them will change when screen resolution chaning or tested window re-sized... Is there any plug-in that I can install to let TC support Infragistics 9.2 controls or any alternative way that I can achieve this testing without using click(1234, 556)?
Thanks a lot!
Nancy Wang