jQWidgets Forums

jQuery UI Widgets Forums Grid speed issue

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  lchurch 12 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    speed issue Posts
  • speed issue #15725

    lchurch
    Participant

    building a mobile app with jqw grid for the 1st time. Data is stored in Sqlite tables. Would it be faster to extract data from Sqlite to a XML or JSON file and then call a grid with data binding, or faster to extract the data and write the grid values line by line?

    speed issue #15752

    Peter Stoev
    Keymaster

    Hi lchurch,

    For binding the Grid, you may look at the Binding samples about jqxGrid available online and also the help topics in the documentation: jquery-widgets-documentation.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    speed issue #15763

    lchurch
    Participant

    I guess I was not clear. I’m simply interested in the relative speed of the two approaches: building the grid in code vs. referencing an external data source with binding. I know it’s less JS code with binding, but is the data adapator faster than JS code?

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

You must be logged in to reply to this topic.