jQWidgets Forums

jQuery UI Widgets Forums General Discussions Layouts Splitter spliter on resize

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • spliter on resize #30044

    vadivelu
    Participant

    Hi,

    I am using a spliter with two grids (left and right). when i resize the spliter towards left side i can able to see the white space after the right side grid, after few seconds only the grid size is fitting to the spliter area.

    Is it possible to resize the grid without any delay of spliter resize? Please assist me is there any solution for this.

    Regards
    K.Vadivelu

    spliter on resize #30045

    Peter Stoev
    Keymaster

    Hi vadivelu,

    Here’s a sample with Grid within Splitter – http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxsplitter/integration-with-jqxgrid.htm?arctic. The Grid fits to the Splitter’s Panel and its size is updated on resize.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    spliter on resize #50126

    vadivelu
    Participant

    Hi,

    I am trying to trigger the splitter resize event while resize the browser window it is working in IE but not working in chrome/Mozilla firefox. Please advise me.

    $(‘#splitContainer’).on(‘resize’,
    function (event) {
    alert(“resize”);
    });

    Regards
    K.Vadivelu

    spliter on resize #50132

    Peter Stoev
    Keymaster

    Hi K.Vadivelu,

    The question is not much related to jqxSplitter, but how the Web Browser triggers its own “resize” event. As far as I know, to trigger browser’s resize you should use: $(window).resize(function(){//your code});

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.