jQWidgets Forums

jQuery UI Widgets Forums Grid freeze column in column group

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 8 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • freeze column in column group #92109

    wpd
    Participant

    Is there any way that we can freeze column in column group
    My code :
    $(“#jqxgrid”).jqxGrid(
    {
    width: ‘98%’,
    height: ‘90%’,
    showfilterrow: true,
    filterable: true,
    //source: dataAdapter,
    columnsresize: true,
    columns: [
    { text: ‘Product Name’, columngroup: ‘ProductDetails’, datafield: ‘ProductName’, width: 250 ,pinned: true},
    { text: ‘Quantity per Unit’, columngroup: ‘ProductDetails’, datafield: ‘QuantityPerUnit’, cellsalign: ‘right’, align: ‘right’, width: 200 },
    { text: ‘Unit Price’, columngroup: ‘ProductDetails’, datafield: ‘UnitPrice’, align: ‘right’, cellsalign: ‘right’, cellsformat: ‘c2’, width: 200 },
    { text: ‘Units In Stock’, datafield: ‘UnitsInStock’, cellsalign: ‘right’, width: 100 },
    { text: ‘Discontinued’, columntype: ‘checkbox’, datafield: ‘Discontinued’ }
    ],
    columngroups: [
    { text: ‘Product Details’, align: ‘center’, name: ‘ProductDetails’ }
    ]

    });

    freeze column in column group #92114

    Peter Stoev
    Keymaster

    Hi wpd,

    No. It is not possible.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.