jQWidgets Forums

jQuery UI Widgets Forums Grid 100% width/height inside Window

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • 100% width/height inside Window #17095

    Makla
    Participant

    It doesn’t work. I don’t know if this can not be done or I don’t know how.
    My source is:

    <div id="window-admin">
    <div>Admin title</div>
    <div>
    <div data-bind="jqxGrid:
    {
    source: GridItems,
    width: '100%',
    height: '100%',
    theme: ControlsTheme,
    selectionmode: 'selectrow',
    columns:
    [
    { text: 'Ime', dataField: 'Name', width: 200 },
    { text: 'Pravice', dataField: 'Rights', width: 200 }
    ]
    }">
    </div>
    </div>
    </div>

    The width, height is 100px. Only border is 100%

    100% width/height inside Window #17102

    Peter Stoev
    Keymaster

    Hi Makla,

    Content within jqxWindow is expected to be initialized in the initContent callback of jqxWindow.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.