jahlxx Posted January 19, 2017 Posted January 19, 2017 Hi. Is possible disable wordwrap in a dbgrid? I can't find any property in columns or fields. Now, allways make wordwrap when the content of a field is bigger than the column width. Thanks. Quote
Sherzod Posted January 19, 2017 Posted January 19, 2017 Now, allways make wordwrap when the content of a field is bigger than the column width. Hi, Check the property DisplayMemo of your column, set it to False Best regards. Quote
jahlxx Posted January 19, 2017 Author Posted January 19, 2017 Ok. And what happend with memo fields? Quote
Sherzod Posted January 19, 2017 Posted January 19, 2017 Ok, Then you can try to use this CSS in ServerModule -> CustomCSS: .x-grid-cell-inner { white-space: nowrap !important; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.