Hi everyone,
I am looking at the HTML version of the following example.
http://demos.telerik.com/kendo-ui/web/grid/local-data.html
Can someone explain to me where/how the data is getting bound to the grid? I imagine it has something to do with the "data: products," line, but I don't see any element with an id products. Is it coming from the "<script src="../../content/shared/js/products.js"></script>" ?
If so, could someone show how I would use a .js file to pull data from somewhere?
Thanks
I am looking at the HTML version of the following example.
http://demos.telerik.com/kendo-ui/web/grid/local-data.html
Can someone explain to me where/how the data is getting bound to the grid? I imagine it has something to do with the "data: products," line, but I don't see any element with an id products. Is it coming from the "<script src="../../content/shared/js/products.js"></script>" ?
If so, could someone show how I would use a .js file to pull data from somewhere?
Thanks