Working With Infragistics UltraWebGrid

Applies to TestComplete 15.63, last modified on April 10, 2024

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

Describes how to search for a specific record within UltraWebGrid.

Selecting Cells in Infragistics UltraWebGrid

Describes approaches used to select individual grid cells.

Activating and Closing In-place Editors in Infragistics UltraWebGrid

Explains how you can activate a cell’s in-place editor and save changes made to the cell value.

Obtaining and Setting Cell Values in Infragistics UltraWebGrid

Describes how you can get and set values in individual grid cells.

Copying and Pasting Cell Values in Infragistics UltraWebGrid

Describes how the cell value can copied to or pasted from the clipboard.

Sorting Data in Infragistics UltraWebGrid

Explains how you can sort data displayed in UltraWebGrid.

Expanding and Collapsing Rows in Infragistics UltraWebGrid

Describes how you can expand and collapse group and master rows in UltraWebGrid.

Related Topics of Interest

Table Checkpoints

Explains how to create checkpoints that verify data displayed in tabular controls.

See Also

Infragistics WebDataGrid Support
Working With Grids
Supported Infragistics Controls

Highlight search results