Kendo Map does not work with MapQuest anymore - kendo-ui

MapQuest has released a new version on 11 July, 2016. And the Kendo Map does not work anymore.
At the current, my project is facing this problem. Please preference to Telerik demo to get more detail about the issue:
http://docs.telerik.com/kendo-ui/controls/diagrams-and-maps/map/how-to/custom-bubble-layer-symbols
After investigating it, seems like Kendo Map does not support the urlTemplate of MapQuest.
The urlTemplate of MapQuest in the old version that Kendo Map was working normally
urlTemplate: "http://otile3.mqcdn.com/tiles/1.0.0/sat/#= zoom #/#= x #/#= y #.png",
BUT, after MapQuest releases the new version, Kendo Map gets the problem as the image above. I don't know if the urlTemplate is still supported by Kendo Map? Or, does MapQuest change to a new urlTemplate? If yes, what is it?
I have contacted both MapQuest and Telerik Kendo Map support teams, but there is no response till now.
Could you give me some advices or share your experience that can solve it?

MapQuest no longer supports direct tile access. The Kendo team may have more details about a fix using one of the supported mapping sdks or another tile source. Sorry for the inconvenience.

Related

Xamarin.Forms 4.0 CollectionView Pull-To-Refresh

I'm trying out the pre-release CollectionView control for Xamarin.Forms 4.0 and I've run into a small hickup.
I've ben able to get binding, styling, etc. working perfectly, but I'm unable to figure out how to implement Pull-To-Refresh. This is in the shared code project and final product targets iOS and Android only.
I've been over Microsoft's documentation and haven't been able to find a clear solution for this.
The only reference I've seen to anything remotely related to this issue comes from a GitHub discussion on the XF page (Xamarin.Forms.CollectionView Spec Discussion) where they mention that the IsPUllToRefreshEnabled functionality has been moved from the ListView API to a new RefreshView control.
Can anyone shine any light on this issue and if this is even possible to implement? (Data for collection view is fed by Refit API call)
The RefreshView is still in spec, not yet implemented (see the Github page)
However, from the comments, you can try and use PullToRefresh Nuget, that allows pull to refresh on a scrollview or a listview.

It is possible to show a weekNumber in Kendo UI Angular DatePicker

In the MVC and the jQuery Version of Kendo's DatePicker it's possible to show the weekNumber as a column in the DatePicker.
How can I enable this feature in the Angular 2 - Edition of the component? Things like [weekNumber]="true" doesn't work.
jQuery - Edition:
https://docs.telerik.com/kendo-ui/api/javascript/ui/datepicker#configuration-weekNumber
Right now, Kendo Calendar for Angular doesn't support week numbers. There is no feasible workaround that we can think of as the week numbers are part of the internal view that renders the month days.
As far as I know, it is final development stage and pretty soon it should be released as #progress/kendo-angular-dateinputs#dev package. I suppose this will happen within a week or so.

Xamarin.Forms - Choose list

I don't know what is the real name of what I want to do, but I would like to make a list similar as this website link (Standard Select part at the top), does anyone can help me? I know it's something easy but I can't find what I want to do it for Xamarin. Maybe I don't search in the right direction, I assume it too!
There's no 1-1 implementation of a dropdown control in Xamarin.Forms but you'll get very close by using the Picker control.
Please notice that the default Picker control doesn't support binding so you might want to look for an extended version with that support.
There is no such thing built in Xamarin.Forms. You can choose one of the controls described in documentation.
To implement what you are looking for you will have to use Custom Renderer with control like this from Android. Of course for iOS you will have to use something different because there is no such control on iOS platform, but you can use this.
Have you looked at the Syncfusion AutoComplete control?
I think this is the closest you will get to what you are looking for.
They also provide a free community licence for developers

kendo ui back button breaks my app navigation

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

FusionCharts labels disappear when using the javascript fallback charts

I am using the commercial version of fusion charts 3.
When rendered in Flash my charts look perfect.
But when I disable flash in my browser, the chart is rendering but my x-axis labels are not showing.
If anyone can point me to a helpful resource or give me a bit of direction, it is appreciated.
Thanks
I think this problem would not occur with version v3.2.1 or later of FusionCharts. Please verify that you have this version.

Resources