Jump to content

[HELP]How can I make unidbgrid word wrap?


MehmetZEREY

Recommended Posts

UniGUI_1.0.0.1397 problem solved.

server module > custom css > 

.GridWordWrap .x-column-header-text {   
    white-space: normal;
}

unidbgrid client events > unievents > beforeinit > 

function beforeInit(sender, config)
{
  config.cls="GridWordWrap";
}

 

Link to comment
Share on other sites

  • 2 months later...

Шерзод Вы по русский понимаете же? Я видел сообщения на форуме от Вас по русский.

FMSoft_uniGUI_Complete_Professional_1.50.0.1480

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...