PDA

View Full Version : Avoid column DragDrop



Spider
16 Apr 2007, 6:22 AM
Hi,
how can avoid drag and drop for a specified column in a grid?

brett
18 May 2007, 7:32 AM
I'm also looking for this. After digging through the code a bit, I fear there isn't an easy or straightforward way to do it without extending core grid components. I'd love to have a ColumnModel option like draggable: false.

Anyone?