I am not sure which control to use. What are the advantages\disadvantages of using an UltraDropDown control in a grid versus a ValueList?
Thanks
There's a pretty good breakdown of the differences here: HOWTO:What is the best way to place a DropDown list in a grid cell?
The UltraDropDown will allow you to show more than one column at a time, like the UltraCombo, with the difference that the UltraDropDown was specifically designed to be used within the grid. A ValueList will only allow you to display a single value to the user per item, though what is shown to the user could have a different underlying value than what is seen. Hope that helps.
-Matt