iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi there,
Whenever we click on the date header to switch to the monthly view, the whole vista calendar collapses and throws a javascript error. See screenshot for an example and error message. Screenshots were taken in IE11, but the issue exists in all browsers. We are also using the latest version of WebGrid 9 that was released to solve the Chrome issues so we should be fully up to date.
Can you provide steps to resolve this issue?
Hi Questica,
Thanks for your report. I have report this to WebGrid development team under 'ASPNET-170'. I will keep you up to date with the information regarding this issue.
For a workaround, you could run the following javascript on WebGrid's AfterInitialize client side event.
AfterInitialize = function () { if (RenderCalendarEngine) { RenderCalendarEngine.RenderYearCalendar = function (a) { if (!a.Parent.Scheduler) { a.Parent.Scheduler = new Object(); a.Parent.Scheduler.DefaultStyleMode = a.DefaultStyleMode; RenderCalendarEngine.RenderCoreCalendar(a, "Year"); a.Parent.Scheduler = null; } else RenderCalendarEngine.RenderCoreCalendar(a, "Year"); } } }
Hope this will help you.
Best Regards,Leo
Hi Leo,
I was able to use this with a few tweaks to make it work in our solution.
Thanks!
Glad that it works.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname