TestComplete has the Infragistics Control Support plugin that expands TestComplete abilities to interact with Infragistics UltraWebGrid controls from scripts. If the plugin is installed and enabled, TestComplete extends the UltraWebGrid functionality with methods, properties and actions of the InfragisticsWebDataGrid
object. These supplementary members let you perform specific operations over UltraWebGrid, for example, simulate clicks on grid cells, obtain and set values in grid cells, expand and collapse rows, and so on.
The topics of this section contain information about operations commonly performed when testing applications containing UltraWebGrid. The topics also contain numerous sample routines which can be used in your scripts with minimum changes. The sample scripts in these topics work with the sample applications that are shipped along with Infragistics NetAdvantage.
In This Section
Searching for Records in Infragistics UltraWebGrid
Selecting Cells in Infragistics UltraWebGrid
Activating and Closing In-place Editors in Infragistics UltraWebGrid
Obtaining and Setting Cell Values in Infragistics UltraWebGrid
Copying and Pasting Cell Values in Infragistics UltraWebGrid
Sorting Data in Infragistics UltraWebGrid
Expanding and Collapsing Rows in Infragistics UltraWebGrid
Related Topics of Interest
See Also
Infragistics WebDataGrid Support
Working With Grids
Supported Infragistics Controls