Hi Got a Cheat sheet Functional Programming with JavaScript mail today and was trying out the samples Looks like one of the examples is not working like what mentioned in the PDF In Method Chaining the final code snippet is console log Total Drink Cost drinkTotal which is not working Instead console log Total Drink Cost drinkTotal is working Thought of notifying you Regards Mohammed
An option to trigger swipe on touchend, and support for cooperative drag and swipe events.
I sense the speed of this effect is not as fast as androidMDL and ios slide/overlay effects. We could be able to make it master or slower depending on our needs.
We want to create a generic Virtual Kendo DropDownList and use it where ever necessary in the entire project. For that we would need to know the control id in valuemapper and parametermap. Please give us the access to that. Thank you!
Indeed today, to correctly display red or other points depending on the template, it is necessary to make lines of codes so that the rendering is present. It should be done automatically as soon as the array of dates changes (as it is linked to the calendar), I'm talking about the small calendar that is in the header of the scheduler.
I've found it frustrating to have to search for the definitions of types to find out if they should be instantiated as classes or interfaces. Coming from C#, the convention there is that interfaces are named with and "I" as the first character. So, IThing is immediately identifiable as an interface whereas Thing is obviously a class. I do understand that this would break a lot of current code.
The TreeMap widget does not correctly handle items with null values. See this sample code: http://dojo.telerik.com/@jmpg/IxEHub It's possible to filter the DataSource to not have items with null values, but it would be much better if the TreeMap widget would simply ignore items with null or undefined values.
i tried your demo example :"http://dojo.telerik.com/" its works as well on Firefox 56.0 but does not work on IE11 nor on EDGE as planified. the videos are concatened in the same web page instead to appear in the specidied frame. please correct and tell me the solution on my mail below.
We want the file upload control (chunk save method) to save the state while navigating between different pages sharing the same master page
Hi, it would be nice if we can have a distinction between days when using a timelineWeek or timelineWorkWeek. If you have a lot of ressources (with vertical grouping for example) it could be difficult to see when a day is ending and the other is starting: see here. It could be nice if we can have a border with a different css class (ie black color) that shows this behavior. We did it on our side by using the slotTemplate but it's a kind of workaround that adds extra code/rendering time that could be done by the component itself on the first place.
Developers should be able to specify grid column sort config property which is different from column field property.For instance, when listing products, my view model may have CategoryName property mapped from EF entity navigation property Category.Name using AutoMapper, while my sorting will use "Category.Name" on the server side.Example config could be like: columns[{title:"Category",field:"CategoryName",sort:"Category.Name"}] This will allow me to flatten my view model without loosing sorting functionality.
Using kendo UI file upload feature, currently we can upload or remove the files. I wanted to view the uploaded file (and download the uploaded file)
I am trying to find why some Kendo UI controls do not work, and do nothing at all. No error, just flat do not work and don't give any clue about why not. Was told about this extension for chrome? great. Installed and... ? now what? there is a Kendo icon in the upper right, ok let me click that. it opens the "store" to get extensions of all sorts and types and says the kendo inspector tool IS installed. ok, and..? if I look at page source? nothing different. How this tool is used is not obvious. So put instructions of how to use it somewhere?
Hi, Is there any control for image edit in kendo mobile ui, i mean after capture call image edit tool to edit image with few basic features like crop, brightness,rotate.
It's convenient for users who use older version of Kendo UI
I would like to see a startup seed that would work for the following requirements: visual studio 2015 Microsoft.NETCore Angular 2 Webpack Kendo
how can we add minor grid lines between majorgridlines ??
After export there are html tags in cells of excel file. It could be fixed with custom handler for excelExport event, but it's not a good approach. Here is an example of this bug: http://dojo.telerik.com/eKARU/3
ButtonGroup is a part of Mobile Ui but on mobile it is not being responsive. Especially on small screen in portrait mode it is not responsible at all