Forum Discussion

rxaver's avatar
13 years ago

Choose Fields for Test Sets: sticky columns, column widths don't save?

The Test Set view includes a Choose Fields function, but the first three columns (Seq, Is Active?, and Stop On Failure) can not be removed from this view.  Also, the culumn width adjustments I make aren't getting saved - I adjust the columns, edit a test, and then return to the listing, only to see that the column widths have returned to their screen-hogging widths. I wan to hide columns I don't need on this view, and for my column widths to stay as adjusted.  What's the solution?

  • Hi 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.