Version

WinGrid

You should take note of the following known issue related to the WinGrid™ control:

  • Column moving may not be recorded in all cases. The MoveColumnToRelativePosition method can be scripted to handle these scenarios.

  • GridCellProxies in a RowEditTemplate for the WinGrid control may not record actions if you navigate to them using the keyboard. This is due to the fact that QuickTest Professional sometimes does not add them to the object repository and put them into an event listening state until you click on them. Clicking on the GridCellProxy prior to entering data for the first time will correct this behavior.

  • GridCellProxies in a RowEditTemplate for the UltraWinGrid will record events out of order if you go directly from changing a value of a GridCellProxy in edit mode to closing the form directly by using the form close button. This known issue can be solved by ensuring the editor leaves edit mode through giving another control on the form focus or closing the form by selecting OK or Cancel.

  • In WinGrid using RowLayoutGroups functionality, SpanResizing a column header horizontally or on the SpanXChange may not record the Axis and NewSpanSize properly. As a workaroud you can change the Axis and the NewSpanSize manually.