Hi,
In our application we are loading JavaScript files using requirejs. So the javascript file will be retrieved whenever it is required for that particular module using requirejs. the issue is when we are loading the following two files through requirejs, we are getting the Ko undefined error. We have already loaded the knockout and knockout mapping files while application starts.Please clarify
infragistics.datasource.knockoutjs
infragistics.ui.grid.knockout-extensions
Hi Gurusamy shanmugaiah,
Check if the knouckut and knockout mappig files are loaded before you are trying to load both infragistigs' scripts, because they depend on the ko.
Thanks,
Yes i have already loaded those two files using requirejs.