Search code examples
extjsextjs4sencha-touch-2

Sencha Touch application with grid


I have been using ExtJS for a while now, and used it build an application that gets data in JSON format and presents it to the user in a grid. I want to replicate this application on mobile devices. I've looked at the examples for Sencha Touch, but I was not able to find an example of a grid.

I want build a grid with a grouped header - something like this, using Sencha Touch.

I also looked at the documentation of Sencha Touch components but could not find anything.

Please let me know what options I have to build a grid using Sencha Touch. Is it possible to create a grid with multiple headers using Sencha Touch?


Solution

  • If you have a commercial license for Sencha Touch (and a small budget), you can check out the UberGrid component developed by Bryntum. Unfortunately, though, the license isn't compatible with Sencha Touch GPL - details can be found at the Bryntum FAQ, including information about discounts for charitable/educational applications.

    Short of that, you'll have to either find a community extension or build your own, as Sencha Touch doesn't include any built-in grid component.