Hi,
We have created file manger in that we have content menu but context menu is not opening in IPad iOS in desktop view.
You have provided solution for ASP.NET AJAX below is the link for that.
https://docs.telerik.com/devtools/aspnet-ajax/knowledge-base/contextmenu-not-working-ipad-ios13-safari#suggested-workarounds
Can you please provide the same solution for Kendo UI Jquery?
Thanks,
Vishal
Hey,
Wondering if it is possible to feed in a dataset, that would produce a heat map based on the values per state (or region) on the map of the USA.
I have read a few forums but have not found any solutions.
If you can let me know if this is possible and if there is any documentation I could follow that would be brilliant.
Attached is what I want the outcome to look like.
Shane
Hello
Is there any way to keeping all the messages in chat ui, is there a workaround so that I store the historical messages on user return then show the historical messages?
Thank you
I have an issue where some dates do not get pulled from data source while others do.
All source dates are in python datetime.date object. Example of two dates where one works, one does not. Along with relevant code snipped from schema/model:
1995-05-01
1990-09-10
fields: {
rozuctovanie_vyhotovenie: {type: "date"},
rozuctovanie_fakturacia: {type: "date"},
}
And resulting dates shown in final grid; as you can see the September date didn't even get loaded. I'm honestly unsure if this is a problem of sourcing from python datetime.date object or something else.
Can we use "Kendo UI for jQuery" with Angular version 1.2.16? Is it compatible with angular 1.2.x?
Is Telerik provides support for Angular version 1.2.x?
Due to some reason we can't upgrade angualrJs version in our application and planning to use Kendo UI for jQuery hence want to ensure about the compatibility and support before using it?
I will appreciate quick response on this.
Thank you!
Dear Kendo team,
Is there a way to bind a cell to a dropdown list on selection of the same row's another dropdown list's change event?
I have attached a screenshot. On selection of B3's dropdown list, I need to generate a dynamic dropdown list in C3 column.
Can you help me with an example code? I tried to search this in the forum, but couldn't find the exact answer.
Thanks in advance :)
Best Regards
Iffat
Hello.
I want to change the pointer color of linear gauge based on its current value like the colors config of Arc Gauge.
Currently I made it with MVVM change event (here's the code).
https://github.com/kent010341/KendoUI-demo/blob/master/mvvm_change_event.html
I'm wondering if there's an easier way to make this (such as data-bind the pointer color directly).
Thanks.