AD
Administrator
Syncfusion Team
December 3, 2004 11:16 AM UTC
The size of the selction edge is a static property that you can set. It defaults to 4.
GridOleDataSourceMouseController.HitTestSelectionEdge = 8;
If this does not serve your needs, you can catch the initial mousedown on an unselected header and start the drag yourself without requiring your user to first select the row. Here is a forum thread for doing something like this with moving columns, but similar techniques should work for calling DoDragDrop to initiate a D&D.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=9676