Working With Syncfusion GridDataBoundGrid

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

TestComplete can simulate user actions over the GridDataBoundGrid control of the Syncfusion Essential Grid library (WinForms version) in the same manner as it does with windows. You can simulate mouse clicks, keystrokes, execute low-level procedures, and so on. Since GridDataBoundGrid is a .NET control and is used only within .NET applications, which are always “open” to TestComplete, the properties and methods of the GridDataBoundGrid control are also visible to TestComplete. This “openness” means that you can use the GridDataBoundGrid control’s native methods and properties to perform desired actions, for example, to get the value of a grid cell.

In order for you to get access to internal objects, methods and properties of the tested .NET application with the GridDataBoundGrid control, the .NET Application Support plugin must be installed and enabled.

The topics of this section contain information about operations commonly performed during testing applications with the GridDataBoundGrid control. They also contain numerous sample routines that you can use in your scripts with minimum changes. The sample scripts in these topics work with the sample applications that are shipped with the Essential Grid library.

In This Section

Accessing Rows, Columns and Cells in Syncfusion GridDataBoundGrid

Explains how you can access individual GridDataBoundGrid rows, columns and cells.

Searching for Records in Syncfusion GridDataBoundGrid

Describes how to search for a specific record within the GridDataBoundGrid control.

Selecting Cells in Syncfusion GridDataBoundGrid

Describes approaches used to select individual grid cells.

Activating and Closing In-place Editors in Syncfusion GridDataBoundGrid

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

Obtaining and Setting Cell Values in Syncfusion GridDataBoundGrid

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

Clicking In-place Editors' Buttons in Syncfusion GridDataBoundGrid

Explains how to simulate clicks on buttons embedded into the grid cells  editors.

Copying and Pasting Cell Values in Syncfusion GridDataBoundGrid

Describes how you can copy the cell value to, or paste it from the clipboard.

Selecting Multiple Rows in Syncfusion GridDataBoundGrid

Describes how you can select multiple rows in the GridDataBoundGrid.

Obtaining Selected Rows in Syncfusion GridDataBoundGrid

Explains how to obtain the selected records in the GridDataBoundGrid control.

Iterating Through Rows in Syncfusion GridDataBoundGrid

Explains how to process the GridDataBoundGrid rows in a loop and gives an example of saving the grid contents to an XML file.

Sorting Data in Syncfusion GridDataBoundGrid

Explains how you can sort the data displayed in the GridDataBoundGrid.

Expanding and Collapsing Rows in Syncfusion GridDataBoundGrid

Describes how you can expand and collapse group and master rows in the GridDataBoundGrid control.

See Also

Working With Grids
Supported Syncfusion Controls
Testing .NET Applications

Highlight search results