Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Rick,
What is this control? First of all, please refer to the "Supported Controls" article and check whether the control that you're using is on the list of the supported third-party controls.
If it isn't, check whether the control is inherited from a control that is specially supported by TestComplete (for example, from the Infragistics WinGrid control). If it is, use the Object Mapping feature to make TestComplete treat the control as a supported control.
Otherwise, you will need to create a script that uses native methods of the control to accomplish your task. Refer to the control's documentation to learn the needed methods.