Hi,
I created a EO grid witih a custom column of dropdown column. The display text and the selected value are different in the dropdown as shown in this
demo. It displays the right Text for the user to select before getting the focus for edit.
But once the user selects a value in the drop down and leaves the column, I want the display text to be displayed back , instead the value is displayed. However on postback when I try to get the selectedValue from the grid using (string)e.Item.Cells[1].Value; I want the value not the Text.
To summarize I dont want to display the Values to the user at any point. I might be storing db primary keys which I dont want to expose to the user. But should be accessible to me.