Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
600
Bind iGrid to datatable in HTML
posted

Hi,

 

Is there a walkthrough available where it is explained how to bind the iGrid to a SQL datatable in HTML?

 

Thank you very much for your help.

 

Geert De Vylder

 

  • 24671
    Verified Answer
    posted

    Hi Geert,

    There are various examples in the samples browser which show how the grid can be bound remotely. So basically you can expose some REST service, or an MVC Controller action, then it's part of the server-side logic to bind to the actual data store - be it a direct SQL connection, or an EntityFramework model, etc.

    Just to clarify, you cannot bind the grid directly to SQL, from the browser. SQL servers are usually requiring a TCP connection, and since the grid is a JavaScript / HTML Widget, it can only bind to remote data through HTTP.

    Hope it helps. Let me know if you have other questions. Thanks,

    Angel