Icon when Reordering Columns

1 Answer 13 Views
Grid
Jeff
Top achievements
Rank 1
Jeff asked on 14 Oct 2025, 04:20 PM

Hi,

Is there a way to customize or override that drag clue behavior?

In our setup, some columns are fixed (non-reorderable) while the rest can be reordered. What we’d like to achieve is that when users try to move a reorderable column next to or into a fixed column, the “+” drag clue icon should not appear to visually indicate that the action isn’t allowed.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Zornitsa
Telerik team
answered on 17 Oct 2025, 08:11 AM

Hi Jeff,

By default, the reorderable property of the Grid columns determines if a column can be reordered by the user, but it does not control whether other columns can be dropped before or after that column, which is the current expected UX design. At the moment, the Grid does not offer a built-in API to prevent other columns from being dropped before or after the unreorderable column, or to change the drag clue conditionally.

With the above being said, as a possible approach, the developer can prevent the columnReorder event programmatically, ensuring users cannot complete the action. However, this will not affect the display of the drag clue icon, and so the developer can, for example, provide a warning message to the user that dropping the column is not possible in this position.

I hope the provided information is helpful. Let me know if you have any additional questions on this matter.

Regards,
Zornitsa
Progress Telerik

Your perspective matters! Join other professionals in the State of Designer-Developer Collaboration 2025: Workflows, Trends and AI survey to share how AI and new workflows are impacting collaboration, and be among the first to see the key findings.
Start the 2025 Survey
Jeff
Top achievements
Rank 1
commented on 17 Oct 2025, 12:51 PM

Got it. Thanks for your response. We ended up providing a warning message.
Tags
Grid
Asked by
Jeff
Top achievements
Rank 1
Answers by
Zornitsa
Telerik team
Share this question
or