jQWidgets Forums

jQuery UI Widgets Forums Grid Expanded Group columns

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  dpdragnev 12 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Expanded Group columns #18475

    dpdragnev
    Member

    Hi,

    I have a grid which is grouped by 3 columns. Everything works fine except that when the groups are expanded the columns do not project down to the group records. If you have a large group with a lot of values this can get confusing since there is no separation between the columns.

    Is there a way to render the columns the same way as when the grid is not grouped?

    Thank you

    Daniel

    Expanded Group columns #18477

    Peter Stoev
    Keymaster

    Hi Daniel,

    You can edit the jqx.base.css and especially .jqx-grid-group-cell

    Use the following border-width:

     border-width: 0px 1px 1px 0px;

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Expanded Group columns #18516

    dpdragnev
    Member

    Thank you Peter. Your suggestion worked perfectly. 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.