Excel like cell dragging in Syncfusion grid control

Hi,

How can i do excel like dragging in syncfusion grid? I have used

this.grid.AllowSelection = GridSelectionFlags.Any;
this.grid.ExcelLikeCurrentCell = true;
this.grid.ExcelLikeSelectionFrame = true;

But i am not able to drag a cell. Please help me how can i acheive this.

Thanks & Regards


2 Replies

AJ Anita Jose January 21, 2011 05:24 AM UTC

I am using IMouseController events



NR Nirmal Raja Syncfusion Team January 21, 2011 12:39 PM UTC

Hi Anita,

Thank you for your interest in Syncfusion products.

Please refer the sample from the sample browser in the below location:
{Install Drive}:\Syncfusion\EssentialStudio\{Version Number}\Windows\Grid.Windows\Samples\2.0\Drag-and-Drop Support\OLE Drag-and-Drop Demo\cs

Let me know if you have any concern.

Regards,
Nirmal


Loader.
Up arrow icon