PDA

View Full Version : custom drag implementation of grid rows



deepthi
11 Dec 2007, 11:25 PM
For custom drag/drop implementations, an Ext.Panel.DD config is to be passed in config
of the gridpane . I need help on this to implement custom drag and drop on grid rows.
The functionality i need is to enable drag once the row is selected and the selection happens on checkbox click not the default behavior of grid rows.This behavior is achieved but i dont want the drag proxy to be created even upon dragging an unselected row which is the current problem .Is there a way i can disable the proxy when an unselected row is dragged.
can any one help me please