Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
94
Copy-paste functionality is not working with DropDownList column
posted

Hi, I am trying use WebGrid copy-paste functionality to my application. I have couple of text input columns and one column with DropDownList. For DropDownList ValueMemeber is ID (int) and DisplayMember is Description (string). Now user doesn't know internal ID. so he/she is going to paste Description. When I paste Descprtion, grid doesn't recognise it. Paste only works, if I paste ID. How can I program grid to accomplish paste functionality I need?

Please let me know if you need more clarification. Thanks in advance.

Amit