jQWidgets Forums

jQuery UI Widgets Forums Grid scrollbar in nested grid

This topic contains 5 replies, has 2 voices, and was last updated by  Peter Stoev 9 years, 4 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • scrollbar in nested grid #80579

    deyavirup
    Participant

    how to get a scrollbar in the outer grid of a nested grid?

    $(“#jqxgrid”).jqxGrid({ scrollmode: “logical”}); //not working

    scrollbar in nested grid #80584

    Peter Stoev
    Keymaster

    Hi deyavirup,

    In the initRowDetails, you have access to the nested Grid. Outside initRowDetails, you do not have.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    scrollbar in nested grid #80586

    deyavirup
    Participant

    In my nested (outergrid,innergrid) the innergrid is scrollable if the row count exceeds a certain number
    but the issue is I cannot make the outergrid scrollable

    scrollbar in nested grid #80590

    Peter Stoev
    Keymaster

    Hi deyavirup,

    Then you probably did not set appropriate width and height properties or turned on autoheight which disables the scrolling. I suggest you to check these things.

    Best Regards,
    Peter Stoev
    jQWidgets Team
    http://www.jqwidgets.com

    scrollbar in nested grid #80612

    deyavirup
    Participant

    $(“#jqxgrid”).jqxGrid(
    {
    width: 625,
    height: 600,
    source: source1,
    theme: “lsjqwidget-custom”,
    rowdetails: true,
    rowsheight: 35,
    initrowdetails: initrowdetails,
    rowdetailstemplate: { rowdetails: “<div id=’grid’ class=’innergrid’ style=’margin: 10px;’></div>”, rowdetailsheight: 120,
    rowdetailshidden: false, theme: “lsjqwidget-custom”},
    columns: column1
    });

    Can u check what more to add to it to make it work

    scrollbar in nested grid #80615

    Peter Stoev
    Keymaster

    Hi deyavirup,

    You send me some part of a code which does not do anything. If you have issues, provide jsfiddle.net samples so someone can try to help you in this forum.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.