Jump to content

Text-ellipsis in UniDBGrid - Flex field ?


erich.wanker

Recommended Posts

  • 2 weeks later...

hi Sherzod

i use:

.x-grid-cell-inner {
  1. border-width: 0px !important;
  2. padding: 0px 0px 0px 0px!important;
  3. margin-top: 12px;
  4. margin-bottom: 12px;
  5. margin-left: 5px;
  6. margin-right: 5px;
  7. text-overflow: ellipsis !important;
  8. white-space: nowrap !important;
  9. overflow: hidden;

.. i tried a lot of thing ... but didn´t work ..  i found the problem - but no solution...

if i deactivate following css - the ellipsis works ...

.x-grid-item {
  1. width: auto !important;

but if i delete the width-css - the dbgrids are not showing correctly ..

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...