jQWidgets Forums

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: spliter on resize 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

    in reply to: grid width problem grid width problem #47378

    vadivelu
    Participant

    Hi Peter Stoev,

    Please advise me if i set the 15% of width for the last column and can change the last column width on columnresized method.

    $(“#grid”).on(“columnresized”, function (event)
    {
    $(‘#grid’).jqxGrid(‘setcolumnproperty’, ‘column’, ‘width’, ‘20%’);
    });

    I am trying this but it is not working. Please advise me.

    Regards
    K.Vadivelu

    in reply to: grid width problem grid width problem #47375

    vadivelu
    Participant

    Hi Peter Stoev,

    Thanks for your quick reply, if i give 15% to the last column then if I resize any of other columns then the last colums is coming towards left side then i can able to see the space on the right side of the grid. I want to fit the last column towards the right side always until the column sizes or exceed the grid width.

    Please assist me how to fix this, because it was worked on the “jQWidgets v2.8.0“, now i upgraded to “jqwidgets-ver3.1.0″ it is not working.

    Regards
    K.Vadivelu

    in reply to: Jqx panel on scroll Jqx panel on scroll #29923

    vadivelu
    Participant

    Hi Dimitar,

    Thanks for your quick response. It is working for me.

    It will be helpful to others if you update this event in the Jqx-Panel Reference area.

    Regards
    K.Vadivelu

    in reply to: Grouping with Editable checkbox Grouping with Editable checkbox #29343

    vadivelu
    Participant

    Hi Dimitar,

    Thanks for your quick turn-around but when can I expect the timeline for this fix. Because this has became a show stopper after upgraded to latest version.

    Looking for your prompt reply.

    Thanks,
    K.Vadivelu

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