Kendo UI jQuery Scheduler: grab a task (appointment) to cells, without displaying the lines of separation. Set an interval property for the drag and drop, which will be defined, 15 or 30 minutes or even smaller, without necessarily having to display the lines of separation (minorTickCount) increases in this case the height of the cells.
the only way to style only the mulitselect dropdown list differently than other dropdown lists is to run a js script to add a css class... function setupMultiSelectULStyle (styleName) { var selects = $("select"); $.each(selects, function(index, item) { var data = $(item).data("kendoMultiSelect"); if (data !== undefined && data !== null) setupMultiSelectULStyleSingle(data, styleName); }); } i think if you are creating elements that are not wrapped in parent element style they should have some way to style by parent control type differentiated css selector <div class="k-list-multiselect k-list-container k-popup ... " id="..." > <div class="k-list-dropdown k-list-container k-popup ... " id="..." >
You can enter cross sheet references manually, but end users would like being able to copy from one sheet to another creating a cross sheet reference instead of copying the value
When exist directory in directory, there's position bug in Tree View.
1. Open parent directory in Tree View.
2. Click the child directory more than once. (Click 5 times in a row)
3. Show parent directory's position. (Create an infinite number of 'k-treeview-toggle' classes in the parent directory each time the child directory is clicked.)
Microsoft's new Azure Portal uses an innovative UI with "blades" that scroll horizontally to the right. This is a very effective paradigm. It would be great to have a Kendo UI control (and MVC wrapper) to manage and create these blades
Add a control similar to the one found here: http://demo.aspnetawesome.com/LookupDemo/Index I believe that all the components needed to create this control already exist, then it would suffice to encapsulate in a single control (plus a template for the form of research) It would be something similar to edit popup already exists for the grid, except that would be linked to a texbox (or dropdownlist)
Add ability to have graph "scroll" like a stock ticker. This would allow for the graph to dipslay large X axis values while still contained smaller graph area. This woudl also help with displaying dataviz on mobile applications as it would give virtual space to the smaller devices.
Add ability for tooltip on chart title text on Mouseover event, So we can provides more details about chart. Current tooltip option is not supported on Kendo chart title text.
Similar to the Funnel chart, some chart libs also offer a Pyramid Chart. We are also interested in the Pyramid.
There is s set precedence among many of your Kendo UI controls in providing a tool tip option, yet the NumericTextBox is not one of them.
kendo MediaPlayer should allow set playback rate, allow user increase/decrease playback rate.
Like the event parameter of series.markers.visual contains the according dataitem the event parameter of series.labels.visual should do so aswell.
Need to add Workbook methods to configure how exported Excel will print. Including orientation, paper size and others.
I'd really appreciate it if it were possible to include the Grid's aggregate data (the summary row) when using drawTabularData, and to format the summary row, like you can format the header row -- ideally including font style (e.g. bold), rather than just font color.
If the drawTabularData function could support grouping, that would be great. Right now, when I group a Grid by a column and then use drawTabularData to export the Grid data to a PDF, the table in the PDF is blank -- it has the right number of columns, but the rows are empty. I'd really appreciate it if this worked, so that users could have the full ability to export a PDF of the data exactly as it looks in the Grid.
This is now always on and you can't override it - You can't now put images, formatting, etc, into the header - Not every scenario will have user inputted text in the header - If it's configurable and defaulted to on this won't affect anyone
Hello! You have cool Scheduler with timeline view (https://demos.telerik.com/kendo-ui/scheduler/timeline) without one important for us function: endless scrolling with dynamicly loaded events. When user scrolls near end (or begin) of current loaded time, control should send asynchromus request to server for next event data filtered by new range. Old data (events) could be removed from control
Congratulations for the fantastic tool "http://converter.telerik.com" which i use sometimes when need to translate code from c # to vb. The problem is that for some weeks it gives an error when i try to convert c# code that contains the "XmlElement" tag, for example the following code: [XmlRoot(ElementName = "Navegacion")] public class Navegacion { [XmlAttribute(AttributeName = "Error")] public string Error {get;set;} [XmlAttribute(AttributeName = "ErrorCode")] public string ErrorCode{get;set;} [XmlAttribute(AttributeName = "Respuesta")] public string Respuesta{get;set;} [XmlAttribute(AttributeName = "Version")] public string Version {get;set;} }