Reorder

  • Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Reorder in ASP.NET Core Data Grid Control

This sample demonstrates reordering of the Grid columns. Select column name and index from properties panel to reorder the columns. You can also reorder columns by simply drag and drop in the desired column position.

DEMO
SOURCE
Column
Column Index

Reordering can be enabled by setting allowReordering property as true. Reordering can be done by drag and drop the column header from one index to another index within the Grid.

The location in which the column to be placed, will be indicated by two arrows symbols.

In this demo, you can either reorder columns by drag and drop or by selecting column name and column index to reorder from the dropdown.