jQWidgets Forums

jQuery UI Widgets Forums Grid Pin column

This topic contains 3 replies, has 2 voices, and was last updated by  naatha 12 years, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Pin column Posts
  • Pin column #17200

    naatha
    Member

    Hi,

    I am trying to pin a column by adding $(‘#jqxgrid’).jqxGrid(‘pincolumn’, ‘Title’);

    The column background changed – but it doesn’t pin the column.

    But if i add pincolumn:true, it works.

    I want to pin the column programmatically.

    What i am doing wrong?

    Thanks you

    Pin column #17221

    Peter Stoev
    Keymaster

    Hi naatha,

    To pin a column, you need to set the column’s pinned property to true during the Grid’s initialization i.e when you call the jqxGrid constructor function. If you want to re-render the Grid, you may also use its “render’ method.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Pin column #17227

    naatha
    Member

    Hi Peter,

    If i set pinned: true, it will pin the column at the beginning.

    But, I want to give this an option to the user after the grid displayed.

    thank you

    Pin column #17229

    naatha
    Member

    Hi Peter,

    It is working fine……

    Thanks you very much

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

You must be logged in to reply to this topic.