Reordering Columns
Updated on Aug 14, 2026
The KendoReact Grid enables you to reorder its columns by dragging the header cells.
Use the React Grid for FreeYou can use the free feature set of the Grid in production, with no sign-up or license required. Grid is part of KendoReact, an enterprise-grade UI library with 120+ free and premium components. To try out the Grid premium functionality, start a 30-day trial.To enable column reordering, set the reorderable property of the Grid to true.
By default, the column-reordering feature is disabled.
The following example demonstrates column reordering, where users can drag and drop header cells to change the column order.
Loading ...