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
920
Binding one column to another columns selected value
posted

I have two fields in my datasource lets call them 

dataValue and displayText.

I Bind my grid to this dataset and get two columns, I hide the dataValue column and add A ValueList to the
displayText.Column.ValueList
property to create a drop down of selectable values for my display text column.  Anything I select puts the displayText of my valueList in the displayText column/cell.  

Is there a way for me to simply bind the selected Value to the dataValue column?

Parents Reply Children