ASPxClientGridView.MoveColumn(column) Method
In This Article
Moves the specified column to the specified visual position within the grid and optionally groups or ungroups the grid’s data by this column.
#Declaration
TypeScript
MoveColumn(
column: ASPxClientGridViewColumn | number | string,
moveToColumnVisibleIndex?: number,
moveBefore?: boolean | ASPxClientGridColumnMovingTargetPosition,
moveToGroup?: boolean,
moveFromGroup?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
column | string | number | ASPx |
An ASPx |
move |
number | The visible index of the target column displayed within the grid. |
move |
boolean | ASPx |
|
move |
boolean |
|
move |
boolean |
|
See Also