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

Disabled Drag and Drop for some columns

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
July
Top achievements
Rank 2
July asked on 08 Aug 2012, 04:01 PM
I need disable the drag and drop for some columns such as : Update, Delete and select.
It is possible?

thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Jayesh Goyani
Top achievements
Rank 2
answered on 08 Aug 2012, 04:51 PM
Hello,

to stop the column reorder:

<telerik:GridBoundColumn Reorderable="false"></telerik:GridBoundColumn>

To get where row is dropping.
http://demos.telerik.com/aspnet-ajax/scheduler/examples/draganddropintegration/defaultcs.aspx?product=grid

<ClientEvents OnRowDropping="rowDropping" />

Let me know if you not able to get success.

Thanks,
Jayesh Goyani
Tags
Grid
Asked by
July
Top achievements
Rank 2
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or