This is a migrated thread and some comments may be shown as answers.

How to prompt/confirm for drag and drop row in telerik RadGrid

0 Answers 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Manish
Top achievements
Rank 1
Manish asked on 21 Feb 2018, 12:42 PM
I have implemented the drag and drop row feature of telerik RadGrid. Now i have to comfirm/prompt user for drag and drop row action with some message like 'Are you sure to drag the selected row?'

I have implemented below two events for the same 

1) Client Side: 

function onRowDropping(sender, args) {

// some code to do something

}

2) Code behind:

protected void grd_RowDrop(object sender, GridDragDropEventArgs e)
{

// some code to do something

}

So, Please suggest how can we achieve this functionality.

1) Once user attempt to drag and drop the row, a confirmation popup should come.

2) If user confirm the action row should be dropped and re-ordered.

3) Else action should be reverted from client side itself.

 

Any help would be highely appriciated.

 

Thnaks,

Manish

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Manish
Top achievements
Rank 1
Share this question
or