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

Disable drag and drop

1 Answer 167 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Harika
Top achievements
Rank 1
Harika asked on 10 May 2012, 09:10 PM

RadGrid Control: disabling drag and drop column is not working. User can pick the column and while dragging somewhere, following error comes

Unable to download.

Unspecified error

I have read the following link.

http://www.telerik.com/community/forums/aspnet/grid/disable-drag-and-drop.aspx


I have set the following properties in code behind and design view as well and both are not working.


telRadGrid.ClientSettings.AllowRowsDragDrop =
False

telRadGrid.ClientSettings.ReorderColumnsOnClient = False

telRadGrid.ClientSettings.AllowDragToGroup = False


<
ClientSettings AllowColumnsReorder="false" AllowDragToGroup="false" ReorderColumnsOnClient="false">

                <Resizing AllowColumnResize="false" />

</ClientSettings>

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 14 May 2012, 10:10 PM
Ha Pe:

It's difficult to understand what is happening in your application when the error occurs. Would it be possible for you to use a video capture application like JING to capture a video of the problem and to post it so we could see it in action?

Also, it would help if we could see your entire .aspx markup and relevent code behind.

Regards,
Tags
Grid
Asked by
Harika
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or