GRID_NO_CELL_DRAG

This variable applies to graphical programs that include grid controls and sets the NO-CELL-DRAG style as the default behavior for all grid controls, as opposed to specifying NO-CELL-DRAG style individually for each grid control. To configure the NO-CELL-DRAG style as the default setting, set the GRID_NO_CELL_DRAG configuration variable to 1 (on, true, yes). The default value is 0 (off, false, no) and will enable the user to drag a cell in a GRID control unless you specify a NO-CELL-DRAG style on that particular grid control.