uditbatra87
14 years agoOccasional Contributor
Having a Hard time with Xceed Grids :(
Hi, i am automating an Application which has Xceed Grids. i have checked the TestComplete 8 Documentation but the class of Xceed Grid supported is : Xceed.Grid.GridControl. But my applicati...
- Anonymous14 years ago
Hi Udit,
TestComplete provides official support for Xceed Grid for .NET. According to your class name, you are using the Xceed grid control for WPF. However, you can work with the grid as with any other WPF object. You can use Xceed DataGrid's native properties and methods to work with the grid. I recommend that you refer to the Xceed DataGrid documentation or ask your developers to help you find the necessary grid's methods or properties.
As for the other control, it looks like this is a custom control. First of all, please check whether the control is inherited from a control that is specially supported by TestComplete. If it is, use the Object Mapping feature to make TestComplete treat the control as a supported control. Otherwise, you will have to use the control's native properties and methods.
Does anybody have script samples for these controls? Can you share them with us?