Drag-Drop column highlight

When drag-drop to grid, current cell gets highlighted/outlined indicating the target cell. How can I change this behavior to highlight/outline entire column , not the cell. Any input is greatly appreciated. thanks

1 Reply

AD Administrator Syncfusion Team July 28, 2005 05:21 PM UTC

Here is a thread that outlines the whole visible range instead of the target. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=28704 If you cannot get what you need using a similar technique, you can try creating your own dataobject that implements IGridDataObjectConsumer, and register this object with RegisterDataObjectConsumer that tells the grid to check for your dataobject in its OLE D&D. If you have the source code, you could try copying our GridTextDataObjectConsumer class code into your class, and directly tweaking the code to accomplish what you want.

Loader.
Up arrow icon