jQWidgets Forums
Forum Replies Created
-
Author
-
December 1, 2016 at 5:34 pm in reply to: Jqx widgets Tab key navigation Jqx widgets Tab key navigation #89491
Thanks for your reply Hristo.
Tab navigation works fine in the above sample,Is it external libraries causing this issue.?or else the order of javascript files included causing this issue.
Regards,
ShyanNovember 29, 2016 at 6:52 pm in reply to: Uncaught TypeError: Cannot read property 'jqx' of undefined Uncaught TypeError: Cannot read property 'jqx' of undefined #89415Hi,
I have been facing issue on keyboard tab navigation with jqxwidgets controls,some times the tab navigation doesn’t work on any controls and it raises the exception.
Exception :` Uncaught TypeError: Cannot read property ‘trigger’ of undefined
at b.(anonymous function)._raiseEvent (http://localhost:52197/Scripts/jqwidgets/jqx-all.js:7:1704729) `
Here is my order of javascript files:
`bundles.Add(new StyleBundle(“~/bundles/smartadminCSS”).Include(
“~/content/css/bootstrap.min.css”,
“~/content/css/font-awesome.min.css”,
“~/content/css/lockscreen.min.css”,
“~/content/angular-block-ui/angular-block-ui.min.css”
));bundles.Add(new ScriptBundle(“~/bundles/vendors”).Include(
“~/Scripts/jqueryUI-10-10.3.js”,
“~/Scripts/jquery-{version}.js”,
“~/Scripts/jquery.validate*”,
“~/Scripts/angular.min.js”,
“~/Scripts/angular-route.min.js”,
“~/Scripts/angular-animate.min.js”,
“~/Scripts/angular-sanitize.min.js”,
“~/Scripts/angular-ui.min.js”,
“~/Scripts/angular-ui/ui-bootstrap-tpls.min.js”,
“~/Scripts/angular-ui/ui-utils.js”,
“~/Scripts/require.js”,
“~/Scripts/jqwidgets/jqx-all.js”
));
bundles.Add(new StyleBundle(“~/bundles/jqxcss”).Include(
“~/Content/jqx/css/*.css”,
new CssRewriteUrlTransform()));`Hi Peter,
We got commercial license,would like to include the licensed packages in our commercial source code,presently we do have evaluation copy packages in our source code.Do we need to remove old packages and include the licensed package..? Or else updating the license file should be fine.?
Thanks,
Shyan -
AuthorPosts