Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Drag Drop

Is there any way to implement drag/drop within an Edit table.
Eg, I have a table with various text only cells, and would like to allow the user to move them about.

Colin

Comments

  • Colin,

    No, not really. There are no supported drag-and-drop features with the SRP EditTable. I know developers have simulated the experience using code, but I don't think the experience has been ideal.
  • Thanks, will just have to be copy/paste.
  • Colin,

    I'm not sure how you provide copy/paste capability, but you could implement a right-click context menu to help. The ShowContextMenu method and the OnContextMenuClick event make this easy to implement.
  • Indeed, have that in place already
Sign In or Register to comment.