Hello gudi,
Could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.
Hello Boris,
Sorry for not explaining things properly. The scenario is like this
I have an ArrayList which holds collection of Actual value and display value. This ArrayList is set as datasource on the ultradropdown ie
ultraDropDown1.DataSource = objArray;
Then the UltraDropDown is set as valuelist of the UltraGridColumn ie
UltraGridColumn.ValueList = ultraDropDown1;
So during display the data is getting displayed both actual value and display value. In my case, i want both data but during display i have to show only display value to the users. Kindly let me know your thoughts on this scenario.