-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError using grid #2
Comments
It looks like if some JavaScript file is missing, probably the globalize library, or the various cultures. Buttons do not work because exception aborted the execution of other javascript files. Are you sure all globalization stuffs have been moved in the deployment area by executing all gulp tasks mentioned in the installation procedure? Are you sure the culture of your browser is among the ones included in the JavaScript culture files? If not either exclude this culture from theasp.net core culture definitions or add the appropriate culture (if available) in the move:gdata gulp task. If every js file appears to be in place, please put your code on a github repository so we can analyze it. |
The culture used is en-GB (I checked with debugging), checking _GlobalizationScriptsPartial the culture variable. I installed all globalization packages (and ran the gulp tasks). Looking into wwwroot/lib/globalize/cldr-data/main in contains a 'en-GB' folder. The only difference so far is the usage of more recent libraries e.g. I use globalize version 1.3.0, cldr-data version 32.0.0 As mentioned before I get the same error when accessing your installation page in IE 11 (http://documentation.aspnetcore.mvc-controls.com/QuickStart/Installation). |
We had other similar issues with ie, but we were not able to reproduce them. Probably they are connected with some browser security settings (probably cookies acceptance) |
Oops I erroneously closed the issue! Anyway please put your code on github so we can analyze it. |
I checked cookie settings but notice no difference. |
@MMartin1968 , the point is that we access http://documentation.aspnetcore.mvc-controls.com/QuickStart/Installation with ie 11 and get no error! However we had a similar report from an Edge user, and an IE12 user. Needless to say our edge and IE12 work perfectly! So the problem should be some IE/Edge specific Browser setting. |
I used the installation instruction and followed the example.
When running the application I now get the error TypeError: Unable to get property ...
I get this multiple times
Clicking on the pagers and buttons do not work in this case.
The same error I see when I go to the installation page: http://documentation.aspnetcore.mvc-controls.com/QuickStart/Installation
Any ideas on how to solve this?
The text was updated successfully, but these errors were encountered: