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
1230
UltraGrid and DropDownList
posted

Hi

I've got an ultragrid populated by a datasource.

One column contains an ID describing the type of materiel i'm using.

I have created an UltraDropDown with the type of materiel. I am able to bind using the valuelist property the ID column to the UltraDropDown.

My question is this one: In my grid, the ID number is displayed. It's only if a click on the cell that the dropdown will let me pick a value and then,

replace the older value by the new one which is good, but I don't want to have the ID displayed but the "text" provided by the dropDown.

So, I could resume my question to this one, how to show the value of the DropDownList associated instead of the "field" value...

Thanks