Hi, working through my trial period trying to make sure this grid meets some functionality requirements for a project.
I have a grid with 6 columns in it. The third column is defined as a DropDownList that I am populating from a data set via a ValueList. It is a list of currency types (US, Euro, etc) and has a basic ID/DisplayName scheme (1:US, 2:Euro...7:Yen).
What I would like to be able to do is allow people to be able to paste into this grid, using the display name for the currency column, and have the grid set the correct value on the row.
Currently, when I paste the data, the grid is showing "0" in the column (which isn't technically a valid value) rather than matching it up by name.
Is it possible to make the paste work like this?
Thank you.