jQWidgets Forums

jQuery UI Widgets Forums DataTable jqzDataTable vs. jqxGrid vs ???

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jqzDataTable vs. jqxGrid vs ??? #48128

    morgenweck
    Participant

    I’m at a basic loss and not sure what I need to do. What I need to end up with is a display of a data WITHOUT paging. I don’t know the height of the row because it could be 3 lines or 15. I need a vertical scroll bar with autoheight of the row. The container that the control is in is a popup window with a set height. I don’t need sorting, filtering or any other grid function, just the ability to show a checkbox in the row for selection and a couple of columns. I have tried paging and if the lines of data are too much to handle the bottom paging does not show.

    Thanks

    jqzDataTable vs. jqxGrid vs ??? #48138

    Peter Stoev
    Keymaster

    Hi morgenweck,

    Checkbox selection is only supported by jqxGrid. Rows in jqxGrid are with fixed height specified by its “rowsheight” property. Example: http://jsfiddle.net/jqwidgets/ayTST/.

    Best Regards,
    Peter Stoev

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

    jqzDataTable vs. jqxGrid vs ??? #48164

    morgenweck
    Participant

    I found a close work-around. I’m using a jqxGrid with autorowheight: true, and pagermode: “simple”, pageable: true, pagesize: 100. Is there a way to not display the bottom paging navigator?

    jqzDataTable vs. jqxGrid vs ??? #48166

    Peter Stoev
    Keymaster

    Hi morgenweck,

    If you have enabled Paging, the Pager would be displayed.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.