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
315
igEditor is not a function
posted

We're using your IgniteUI controls (V16.1) within an MVC project.

There are three developers on the project - 1 developer using Windows 7 (64-bit) and the other 2 developers using Windows 10 (64-bit). We're all using Chrome (V61.0.3163.100).

To load the required IgniteUI resources we're using the igLoader (using the MVC helper). This renders the following:
//

We're successfully using the igGrid controls within our views.

The problem comes with the editor controls (we've tried the TextEditor and DatePicker). Using exactly the same code, the controls render correctly on the Windows 7 PC, but throw the following client error on the Windows 10 PC's:
"igEditor is not a function" (in infragisics.loader.js)

The controls are rendered using the MVC helpers as follows:

@(Html.Infragistics().TextEditor().ID("tb").Render())
@(Html.Infragistics().DatePicker().ID("dp").Render())

Do you have any suggestions how to fix this?

Regards, Dave

Parents Reply Children