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
245
Jquery Grid with knockout and MVC 3 - getting "Function Expected" error
posted

I am using the Jquery grid with knockout and MVC 3 and am getting a "Function Expected" error when the extensions/infragistics.ui.grid.knockout-extensions.js file loads.  The error breaks right at this line of script in the file:  "ko.bindingHandlers.igCell={init:function(c,e,a,f,b){}..."

 

 I am using igLoader as follows:

 

<script type="text/javascript" src="@Url.Content("~/scripts/infragistics.loader.js")"></script>

 

<script type="text/javascript">

$.ig.loader({

scriptPath: "@Url.Content("~/scripts")",

cssPath: "@Url.Content("~/content")",

resources: "igGrid.*,extensions/infragistics.datasource.knockoutjs.js,extensions/infragistics.ui.grid.knockout-extensions.js"

});

</script>

Anyone else have this issue?

Parents Reply Children
No Data