jQWidgets Forums

jQuery UI Widgets Forums Grid scrolling on touch

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • scrolling on touch #93306

    jahnvi25
    Participant

    is there a way to disable scrolling on touch devices on grid.? i mean when you can touch column and scroll.. i want to disable that on touch devices

    thanks

    scrolling on touch #93369

    Hristo
    Participant

    Hello jahnvi25,

    Unfortunately, there is no such option.
    You could set autoheight: true and autorowheight: true this will prevent from vertical scrollbar.
    If you want to have Grid with fixed size could use “pageable” option and again ‘autorowheight’.
    About the horizontal scrollbar, you should create columns with size that will be contained in the Grid.
    Please, take a look at this demo.

    Best Regards,
    Hristo Hristov

    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.