Forum Discussion
Hi Shankar,
Thanks for getting back. I can't see ClickCell(). I can see other methods ClickCellInternal, ClickCellInternal_2 and ClickCellInternal_3, but these don't seem to work.
I'm not quite sure what you mean by:
if not, you need to map the grid object perform the grid related methods.
Thanks
Dan
best you can read below topic for more info: https://support.smartbear.com/testcomplete/docs/app-objects/specific-tasks/grids/infragistics-wingrid/index.html
I guess Ultragrid different set of approach to manipulate.
- DanH9 years agoContributor
Hello again,
I think my problem might be that I don't have Infragistics Controls Support installed. Reading https://support.smartbear.com/testcomplete/docs/app-objects/specific-tasks/grids/infragistics-wingri... this should be installed by default. I have tried repairing TestComplete as suggested, but Infragistics Controls Support .... I have Support for Telerik and all sorts of stuff I don't need, but not Infragistcis. Is there somewhere I can download Infragistics Controls Support from?
- shankar_r9 years agoCommunity Hero
you should be seeing the Infragistics Controls Support plugin under File > Install Extensions > expend Common and see
- DanH9 years agoContributor
OK, sorry, yes it is there. I was looking under File>Install Extensions>Desktop. I still can't see ClickCell() for the grid though. Could it be because the grid is a usercontrol built inheriting UltraGrid rather than the UltraGrid itself? The grid control is used all over the place in our application, so I do need to be able to click cells as required. Is there a way I can map our grid object which would allow me to get a ClickCell method to work?