javascript - KendoUI grid not showing up with the data on the screen -
hi developing angular 2 application kendo ui controls. following example of kendo ui site set kendo grid. reason there no errors nothing showing on screen. data stored in local products.js file referred in application , bound datasource. please see code below product.html <!doctype html> <html> <head> <title></title> <link href="../../assets/css/kendo/2016.3.1028/kendo.common.min.css" rel="stylesheet" /> <link href="../../assets/css/kendo/2016.3.1028/kendo.default.min.css" rel="stylesheet"/> <link href="../../assets/css/kendo/2016.3.1028/kendo.default.mobile.min.css" rel="stylesheet" /> <script src="../../scripts/kendo/2016.3.1028/jquery.min.js"></script> <script src="../../scripts/kendo/2016.3.1028/kendo.all.min.js"></script> </head> <body> ...