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.