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