Skip to main content
Solved

Drag & drop on grid in Acumatica

  • September 14, 2022
  • 4 replies
  • 471 views

How to implement Drag & drop functionality on the grid ?

Best answer by Naveen Boga

Hi @IvanIvan  In design (.aspx) page, you need to add the property i.e. AllowDragRows="true" for that particular GRID → Mode tag.

 

Please find the screenshot below for reference.

 

4 replies

Manikanta Dhulipudi
Captain II
Forum|alt.badge.img+16

Hi @IvanIvan 

Could you please check the below Link which helps you

Thanks


Naveen Boga
Captain II
Forum|alt.badge.img+20
  • Captain II
  • Answer
  • September 24, 2022

Hi @IvanIvan  In design (.aspx) page, you need to add the property i.e. AllowDragRows="true" for that particular GRID → Mode tag.

 

Please find the screenshot below for reference.

 


  • Freshman II
  • November 3, 2023

In addition to what Naveen B posted with setting the AllowDragRows = true, I had to set the CallbackCommands -> PasteCommand and CallbackCommands → Save → PostData on the grid control:

 


  • Freshman I
  • August 20, 2026

@Naveen Boga do we need ISortOrder in the DAC declaration? Is there a way to use this drag row option, which does not have ISortOrder in the DAC implementation. I need this on INKitSpecStkDet

 

Thank you.