Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
UltraWebGrid Control 2010
posted

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;

Result - failes to wrap text

Could any one help me how can i wrap the header text.

 

 

 

 

Parents
No Data
Reply
  • 8607
    Offline posted

    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 Albert
    Localization Engineer

Children
No Data