Thank you Boris.
Hello gudi,
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
I still believe that we are on the same page here. Did you have the time to look at the sample in my previous post? I attached a video file of my sample observing the behavior with and without my code. Please take a look at it and if necessary modify my sample and send it back to me for review.
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.
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.