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
230
Ko not defined while loading Loading infragistics.datasource.knockoutjs and infragistics.ui.grid.knockout-extensions
posted

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

Parents
No Data
Reply
  • 3115
    Offline posted

    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,

Children