New to KendoReactStart a free 30-day trial

Replace the Filter Cell of a Grid Column With a Save Order Button

Updated on May 5, 2026

Environment

Product Version14.4.0
ProductProgress® KendoReact Grid

Description

I have a KendoReact Grid that supports row reordering through drag and drop and shows the current row position in an Order column. I want to replace the default filter input with a custom Save Order button that persists the current row order to a database or to localStorage.

Solution

Pass both a custom data cell and a custom filterCell to the cells prop of the GridColumn. The filterCell component completely replaces the default filter UI, so you can render a Kendo Button that triggers your save logic. The data cell renders the current row position as a plain number.

Change Theme
Theme
Loading ...

See Also

In this article
EnvironmentDescriptionSolutionSee Also
Not finding the help you need?
Contact Support