hello
I have ultraWeb grid control 2010. And trying to warp the header text. I have done lots of changes but nothing seems to be working.
1) i have apply the headerStyle TextOverflow=Ellipsis - Result - failes to wrap text
2) On "OnInitializeLayout" event wrote the following code
this
.gridMasterLineItems.DisplayLayout.Bands[0].HeaderStyle.TextOverflow = TextOverflow.Ellipsis;
Result - failes to wrap text
3) On "OnInitializeLayout" event wrote the following code for each column
this.gridMasterLineItems.DisplayLayout.Bands[0].Columns[29].Header.Style.TextOverflow = TextOverflow.Ellipsis;
Could any one help me how can i wrap the header text.
Hello man_desh,
TextOverflow.Ellipsis should show a "..." instead of the part of the text that cannot be displayed.
There is a Wrap property on any GridItemStyle object. Setting it to True should give you the expected result.
Elizabeth AlbertLocalization Engineer