Skip to main content
May 3, 2026
Solved

Grid Plus Layout Field : Drag and Drop Functionality

  • May 3, 2026
  • 4 replies
  • 0 views

Hello Everyone,

I am currently working with the new gridPlusLayoutField component and noticed that the drag & drop functionality (which was working in the older gridPlusLayout) is not available anymore.

In the older version, we were able to use drag interactions, but in the new GridPlus, it seems to be disabled or not supported.

I wanted to check:

  • Is there any configuration or property to enable drag & drop in gridPlusLayoutField?
  • Or has this functionality been removed/changed in the new version?

I have already checked basic configurations like readOnly and edit-related settings, but didn’t find anything specific for drag & drop.

Any clarification or workaround would be really helpful.

Thanks in advance!

Best answer by riyaza3653

Thanks for the answers, it seems Appian has removed drag and drop feature in the updated version of this plugin.

4 replies

stefanhelzle0001
May 3, 2026

The normal gridLayout support drag&drop of rows.

What kind of drag&drop are you looking for? In the documentation of the gridPlusLayout, I only found references to reordering columns.

shubhama926776
May 4, 2026

Drag‑and‑drop row reordering is not supported in gridPlusLayoutField; it is only available on a!gridLayout via allowRowReordering, rowOrderData, and rowOrderField.

riyaza3653AuthorAnswer
May 4, 2026

Thanks for the answers, it seems Appian has removed drag and drop feature in the updated version of this plugin.

shubhama926776
May 4, 2026

No, gridPlusLayoutField(older version) never had row drag‑and‑drop reordering either; only cell‑level drag (select/fill) was supported.