We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Copy / Paste Custom Dropdown values

Hi,
 I am having Custom drop down Column , On dragging the Column Cell, I want to Copy value to the below row of the same column,
Please let me know how to achieve this.

In this screenshot "SunSet" Custom Drop down value needs to be pasted to below of the same column.

This action has to happen on mouse drag to below column.

I am using Below code

 e.Style.CellType = "CustomDropDown";
            e.Style.DropdownEdit.ShowButton = false;
            e.Style.ItemsSource = getCollection();
            e.Style.DisplayMember = "Text";
            e.Style.DropDownStyle = GridDropDownStyle.AutoComplete;

Regards
Basavaraj Angadi


Attachment: CustomDropdownCopyPaste_6d4d8067.zip

1 Reply

KB Kanimozhi Bharathi Syncfusion Team May 21, 2015 04:45 PM UTC

Hi Basavaraj Angadi,

 

Thank you for contacting Syncfusion Support.

 

We have analyzed your query. You can use Excel like Fill Series which allows you to fill the data of selected cells by clicking and dragging the bottom right corner of the selected region. We have prepared a sample based on your requirement. Please find the attached sample below,

 

Please let us know if you have any queries.

 

Thanks

Kanimozhi B


Attachment: CS_2b3a3972.zip

Loader.
Live Chat Icon For mobile
Up arrow icon