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
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