AD
Administrator
Syncfusion Team
January 13, 2005 04:15 PM UTC
You can either turn off the grid''s default OLE support, and do everything yourself using the generic Windows Form D&D support, or you can create a IGridDataObjectConsumer (or maybe derive one of ours, GridTextDataObjectConsumer), and then implement the DetermineRowColCount method to set these bounds. I will try to work up a sample for this but it maybe the first of next week before it gets done.
ST
Steve
January 13, 2005 07:43 PM UTC
Thanks Clay. Don''t worry about an example, I think I may have one that will work.