I am using Kendo Scheduler. If i click on week view in Internet explorer 11 the UI is broken
but in firefox it is working fine.
What can be the possible issue
Related
I have a page generated by Telerik MVC with a grid with popup editor. There are few ComboBoxes in the grid editor dynamically loading data from the server, in 5 ajax requests. Everything works fine in Firefox, IE and Edge, but in the Internet explorer requests takes quite long time and 3 of the requests are repeated. The result is, related ComboBoxes are not bound to its values and displays only the value without related ComboBox item assigned.
Firefox network activity:
Internet Explorer (red square are repeated requests):
I have tried to extend ajax timeout, but without effect. What is the proper solution for this problem?
The problem was solved by downgrading the Telerik MVC (and all related script/style files) from 2019.1.220.545 back to 2017.1.223.545. I have not tested any version between yet.
Edit:
Version 2018.2 is the last one working as expected.
I have tried to get the data-role="backbutton" kendo mobile ui feature to work but I am having issues. When testing the app on my iPhone 4 I get stuck in my app because the back button breaks the UX.
What happens is that when I am testing, I click heaps of back buttons (as they are used quite heavily in my app) and then randomly one decides to slide the previous view into the screen but only goes halfway and then snaps back (or some other type of visual glitch occurs). Then after that, all my navigation breaks down and I get stuck in the last view that I was in. Or better yet the links go to places that they are not supposed to. My tab bar does not work and either do links in the header. I have to exit the app completely, remove it from operating and try again. Seriously something wrong going on here.
I have tried to programatically add the back button by following the Kendo UI documentation but that does not work either. I am left with a button that does absolutely nothing when clicked - it may not even solve the issue anyway. I have looked using developer console in Google Chrome but I can't see any obvious issues.
Has anyone using Kendo Mobile UI experienced this issue before?
I downloaded the latest release of the Kendo UI build and the problem seems to have been resolved. Surprising! I assumed the Kendo framework was a bit more mature to be experiencing such a big issue. It was occurring when using slide transitions in navigation. Here is a link to the bug post on Github https://github.com/telerik/kendo-ui-core/issues/66
I am running into a problem where I have a pretty simple kendo ui grid that gets updated via ajax calls via a datasource. I am running it on an intranet so compatibility mode gets enabled. When I turn compatibility mode off in IE 11 everything works fine, however I'm not sure if I want to do that across all users for all pages in case it would affect other things. Has anyone else seen this and is there a workaround?
I have a scenario where I have to display more than 10 Kendo UI Windows in a page . I should able to drag the windows in the page anywhere on the desktop and also in extended monitor . I know the scope of the window is within the page. But how can I make achieve this in asp.net mvc3 ?
I am doing a mobile application in kendo UI. When clicking on the item in the listview its redirecting to some page. My requirement is that for long click also it should redirect to some page.
How can i make it possible in mobile using kendo ui?
Thanks in Advance.
Based on this answer from Kendo UI forums (no native OS events), you could look at this question about Long Press just down the road in SO.
Basically start experimenting with JavaScript events and timers.
As far as I know, JQuery Mobile events (taphold) and plugins are not an option as they would be competing with Kendo UI for page control, but you might get some ideas for your implementation.