Hi,
I was using the valueList to Display the DropDwon in ultraGrid Cell. I want to do word wrapping in the value List. is it possible to do the word wrapping.Please suggest a solution.
Thanks in advance
Regards
Vijay A
Hi Vijay,
I don't think there's any automatic word-wrapping in the ValueList. But it will wrap if your DisplayText for an item includes a return character.
Another option would be to use the UltraDropDown control instead and you can set CellMultiline on a column to true and it will wrap just like in the WinGrid.