jQWidgets Forums

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts

  • cirrus
    Participant

    Hi guys,

    When I set autoloadstate and autosavestate to true then it also keeps the height of the table. I don’t want the height state to be saved and I have to use a autoheight=false.

    Cheers,
    Cirrus

    in reply to: Vertical Scrolling gird Vertical Scrolling gird #51869

    cirrus
    Participant

    Hi Guys,

    Is the horizontal scrolling fixed on desktop version? By that I mean, Can we have vertical and horizontal scrolling with the touch pad? At the moment horizontal scrolling on touch pad performs a vertical scrolling on the jqxgrid.

    Cheers,
    Cirrus

    in reply to: Vertical Scrolling gird Vertical Scrolling gird #51868

    cirrus
    Participant

    Hi Guys,

    Is the horizontal scrolling fixed? By that I mean, Can we have vertical and horizontal scrollings with the touch pad? At the moment horizontal scrolling on touch pad performs a vertical scrolling on the jqxgrid.

    Cheers,
    Cirrus

    in reply to: Grid width and height Grid width and height #51327

    cirrus
    Participant

    Hi guys,

    I am trying to fit the table in a page which shows some information inside a desktop app. I need to set the width and height to 80% of the page and keep this proportion all the time. Using the following code I managed to do this with width but height is just not working. If I set the autoheight to true then the table goes beyond the page size and I have to scroll to the end of the page to see the horizontal scroll bar in the table. Basically I want to see the horizontal and vertical scroll bars in the table all the time. Any help would be most appreciated. -Thanks

    $(“#jqxgrid”).jqxGrid(
    {
    width: “100%”, <!–pass in as variable–>
    height: “80%”,
    source: dataAdapter,
    sortable: true,
    //autoheight: false,
    autoloadstate: true,
    autosavestate: true,
    columnsresize: true,
    columnsreorder: true,
    showfilterrow: true,
    filterable: true,
    altrows: true,
    //groupsrenderer: groupsrenderer,
    groupsexpandedbydefault: true,
    groupable: true,
    showgroupsheader: false,


    cirrus
    Participant

    Hi guys,

    I am trying to fit the table in a page which shows some information inside a desktop app. I need to set the width and height to 80% of the page and keep this proportion all the time. Using the following code I managed to do this with width but height is just not working. If I set the autoheight to true then the table goes beyond the page size and I have to scroll to the end of the page to see the horizontal scroll bar in the table. Basically I want to see the horizontal and vertical scroll bars in the table all the time. Any help would be most appreciated. -Thanks

    $(“#jqxgrid”).jqxGrid(
    {
    width: “100%”, <!–pass in as variable–>
    height: “80%”,
    source: dataAdapter,
    sortable: true,
    //autoheight: false,
    autoloadstate: true,
    autosavestate: true,
    columnsresize: true,
    columnsreorder: true,
    showfilterrow: true,
    filterable: true,
    altrows: true,
    //groupsrenderer: groupsrenderer,
    groupsexpandedbydefault: true,
    groupable: true,
    showgroupsheader: false,

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