show / hide menu

GridColumnSorting

This function is used for sorting the grid column.

Syntax:

GridColumnSorting(GridControlName,Index,Order)

GridName is the name of the grid. Column Index is the index of the grid cell. Order set the sort order either Asc/Desc as true or false.

Example:

GridColumnSorting(DynamicGrid113,3,TextBox131.Value).