jQWidgets Forums

jQuery UI Widgets Forums Grid Load grid state

Tagged: ,

This topic contains 5 replies, has 5 voices, and was last updated by  maryam_banoo 9 years, 6 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Load grid state #18350

    naatha
    Member

    Hello,

    When i save and load a grid state, which has pinned columns, it shows all the pinned columns.

    But, when i move the horizontal scroll bar, the pinned columns also move. Does not act like a pin column.

    I add render method after load, but did not work.

    Need some help.

    Thanks

    Load grid state #18395

    Peter Stoev
    Keymaster

    Hi naatha,

    Please, provide a sample which demonstrates your scenario and which version of jQWidgets do you use?

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Load grid state #18413

    naatha
    Member

    Hi Peter,

    I use v 2.7

    scenario:

    In my project, i have the following options:

    can pin/unpin column
    can hide/show column
    can save/load the grid state

    I can save the state with some of the columns are pinned and some of the column are hidden.

    But when i load the saved state, it displays all the pinned columns (can see the background color changed).

    but when i move the horizontal scroll bar, the pinned columns also move.

    I had the same problem when i pinned the column using

    $(‘#jqxgrid’).jqxGrid(‘pincolumn’, columndatafield);

    Later on i fixed this by adding

    $(‘#jqxgrid’).jqxGrid(‘render’);

    But when i add the same command after load the state –

    $(“#jqxgrid”).jqxGrid(‘loadstate’, gridstate);

    $(‘#jqxgrid’).jqxGrid(‘render’);

    it does not show the pinned columns at all.

    thanks for your help

    Load grid state #50534

    mrb9999
    Participant

    Hi, I’m having this exact same issue. I am using v3.0.3 and when I call “loadstate”, my pinned columns have the appearance of being pinned, but they scroll horizontally as if they are not. Is there an answer for this or is this a defect?

    Thanks,

    Paul

    Load grid state #56381

    sofmorona
    Participant

    Hello,
    i have the same problem… someone could solve it?
    i would be very glad if someone write how to solve it, or if is a bug…

    thank you in advance.

    Load grid state #78979

    maryam_banoo
    Participant

    Hello
    i have this problem too, on jQWidgets v3.9.1 !
    is there any solution please?

    Thanks

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

You must be logged in to reply to this topic.