Display JSON to FlexGrid with Pagination

Posted by: jose.palo on 6 May 2018, 12:54 pm EST

    • Post Options:
    • Link

    Posted 6 May 2018, 12:54 pm EST

    Hi Team,

    can you please help us find a good example showing JSON file being displayed on FlexGrid WITH pagination? we are using PureJS.

    Thank you very much!

  • Posted 6 May 2018, 11:01 pm EST

    Hi Jose,

    You need to read data from JSON file and get the data in array of Obejcts form as given below example.

    [{id:1,country:'India'},{id:2,country:'America'}]
    

    Once, you get data, bind it to FlexGrid itemsSource. Please refer to the following demo sample for reference:

    http://demos.wijmo.com/5/purejs/flexgridintro/flexgridintro/

    which shows FlexGrid binding with other operations.

    ~Manish

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels