Wijmo FlexGrid and MS SQL Server

Posted by: nutekguy on 20 November 2017, 9:51 am EST

    • Post Options:
    • Link

    Posted 20 November 2017, 9:51 am EST

    Is there a good reference/tutorial for connecting Wijmo FlexGrid with MS SQL Server?

  • Posted 20 November 2017, 9:53 am EST

    I’m using Angular as well.

  • Posted 20 November 2017, 10:29 pm EST

    Hi,

    Wijmo FlexGrid required data in Array of Object form to bind to the column and displaying data. You need to write a service or code which fetch the data from MSSQL server in Array of object form as showing below:

    data=[
    	{"id":1,"country":"US","sales":2536.25},...
    ]
    

    ~Manish

Need extra support?

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

Learn More

Forum Channels