PDA

View Full Version : dragable column config option



Condor
22 Jun 2009, 2:15 AM
There are several users who would like the ability to disable dragging of certain columns in a grid.

It was originally asked here (http://www.extjs.com/forum/showthread.php?t=53666) (including solution) and I referred several users to this thread.

mystix
22 Jun 2009, 2:26 AM
+1

renaming it to allowDrag or enableDrag would definitely prevent typos though.

evant
22 Jun 2009, 3:44 AM
The issue with this is that usually when they want to disable drag of a particular column, they want it to be fixed. This means also possibly modifying the drop logic to exclude these columns as well.