Jump to content

DBVerticalGrid растягивание строки. Не влезает текст в ячейку


MSMK

Recommended Posts

Доброе время суток! Столкнулся с проблемой в компоненте uniDBVerticalGrid. Не влезает текст в ячейку. Выставил  DisplayMemo в True -  Не помогло. Возможно ли реализовать растягивание строки как у компонента devExpress cxDBVerticalGrid. Тестовый проект verticalGrid.zip.  verticalGrid.jpg.ac8270792f891358f15688d115cf64ac.jpgvertGridDevExpress.jpg.8e11a51db89fe0858d5f53c96b690df6.jpg

Link to comment
Share on other sites

Или же, используйте так...:

1. ClientEvents -> UniEvents -> function beforeInit:

function beforeInit(sender, config)
{
    config.cls='customVGrid';
}

2. UniServerModule -> CustomCSS:

.customVGrid .x-grid-cell-inner {
  white-space: initial;
}

 

Link to comment
Share on other sites

10 minutes ago, Sherzod said:

Или же, используйте так...:

1. ClientEvents -> UniEvents -> function beforeInit:


function beforeInit(sender, config)
{
    config.cls='customVGrid';
}

2. UniServerModule -> CustomCSS:


.customVGrid .x-grid-cell-inner {
  white-space: initial;
}

 

не могли бы Вы поделиться ресурсом, где подробно описаны все свойства grid и других компонентов, например тот же самый x-grid-cell-inner???

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...