jQuery UI Widgets Forums Grid grid iphone issue

This topic contains 4 replies, has 2 voices, and was last updated by  Dimitar 10 years, 2 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • grid iphone issue #57315

    jahnvi25
    Participant

    we are using jqxgrid on mobile devices.. and scroll has some issue..
    we are not displaying columnheaders.scrollBars does not show top and bottom thumb. also scrolling is not smooth.. it scrolls too many rows.
    how can i display thumbs ? and change scrolling rows ?

    grid iphone issue #57319

    Dimitar
    Participant

    Hello jahnvi25,

    By design, the grid does not display top and bottom scrollbar buttons when shown on mobile devices. As for the scrolling issue, do you experience it with the mobile demos?

    Best Regards,
    Dimitar

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

    grid iphone issue #57367

    jahnvi25
    Participant

    i havent tried mobile demo example locally. but from website it does look good..the only difference i have is

    1. we are not calling prepareSimulator and initSimulator methods.. since we are using custom theme.. do i have to do any specific settings for mobile ?
    2. and we are using images in renderer and json data type.. do you think it would be better to use array type ?

    Thanks

    grid iphone issue #57368

    jahnvi25
    Participant

    one more question along the same line.. do you think jqxdatatable would give better performance and overall would be better to display following table view.

    http://postimg.org/image/eab4q4lid/

    first column is icon(arrow) and there is hidden column which has checkbox and table also has images and stuff ?

    grid iphone issue #57393

    Dimitar
    Participant

    Hi jahnvi25,

    1) Instead of using initSimulator, you can just try setting these properties manually:

    $("#grid").jqxGrid({ touchmode: true, keyboardnavigation: false, enablemousewheel: false });

    2) Mobile performance is not affected by the data type.

    3) It may indeed be easier to adjust jqxDataTable to your requirement (having in mind row templates) but that does not mean jqxGrid would not be able to handle this scenario.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.