/**
 * @class Ext.grid.column.Drag
 * @extend Ext.grid.column.Column
 * @xtype dragcolumn
 *
 * A grid column used by the {@link Ext.grid.plugin.RowDragDrop RowDragDrop} plugin.
 *
 * This class should not be directly instantiated. Instances are created automatically
 * when using a {@link Ext.grid.plugin.RowDragDrop RowDragDrop} plugin.
 */
 
/**
 * @method onViewColumnAdd
 * If added column index is first then move
 * this column at 0 index (always it stays at first)
 */