Hi all,
I have a table and a popup. For each column in the table i have a corresponding dropdown(dropdownbykey) in the popup so as to add new records or to edit the existing record in the table.
Now for the dropdownbykey in the popup , i binded it with the text value in the structure used for context binding. Now while i save the data , the value appears in the table , but i need it to be description.How can i achieve tht??
i mean for every description selected in the dropdown in the popup , its corresponding key value gets saved in the table...but i want it to be the same description as it appears in the popup.Please help..