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
From the forum below. Even if the axis type of category is other than "Date" (for example, character string / number), PlotBand's position at the time of panning Please do not move the place.
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;} }
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
There is need to have multi-level Donut chart as shown in the link https://stackoverflow.com/questions/38560456/multi-level-pie-donut-chart-in-kendo The chart here https://demos.telerik.com/kendo-ui/donut-charts/index does shows multi-level of information but it is not the same as required to implement the one shown in Stackoverflow query. In case the series chart with multi-level of information is possible with HtmlChart, please share sample code with data binding to implement the same.
Hello, It would be very nice to have a MultiSelect control such as Bootstrap MultiSelect by David Stutz: https://github.com/davidstutz/bootstrap-multiselect The problem with current multi-select control is that while it is very useful for applications with lots of screenspace, it is not ideal for business applications where every inch is very important. The Telerik multiselect is then at the following disadvantages: 1. It does not support Select All/Disselect All out of the box 2. It does not support "99 out of 100 selected". 3. It expands height when more items are selected, which is unacceptable for highly intensive data business applications, where numerous filters and rows of data need to be present at the same time on the page. Are any plans to build such a control in addition to current MultiSelect? Thank you
Hi there. I notice a bug on your site. The demo link for a QRCode page is not work on the right side bar of this page. https://www.telerik.com/aspnet-mvc/barcode The in text demo link however works.
A quick suggestion : A very well guided experience for semi skilled developer and help him boost his capabilities up and above. Nice to have come across your product.
Support autoWidth configuration on virtualized comboBox and dropDownList
The most important part of using Vue especially in Mobile, is it's small size and performance. Unfortunately, Kendo UI's Vue components are wrappers around jQuery which is something we are trying to avoid in our ongoing developments. I'd like to suggest building NEW Vue components in full native format with no despondency on other none related frameworks. Thanks! ..Ben
export kendo UI grid with kendo footer templates and aggregates results. then no need to use other tool for making report in excel.
Currently it does not support group/ungroup excel feature using kendo.ooxml.Workbook. Please refer http://prntscr.com/iykrqy for more detail requirement.
Look at the emerging WASM projects such as Blazor or Ooui. The obvious path seems to be to have a strong HTML based suite, i.e Kendo, ported to Blazor. However another option would be to improve the Xamarin forms components to have comparable functionality to their desktop counterpartys so they can be used in LOB applications under Ooui. The current Xamarin components are too mobile centric. A third option, which admittedly seems like a bit of a long shot at present, would be to take Moonlight, strip out the plugin stuff, strip out all but the layout code, and redo that to write to an HTML Canvas. Now that's probably outside your scope although in my opinion its the most attractive of the 3 options. In summary I suggest you look at providing a full featured UI component suite that runs under wasm.
I've noticed that the Kendo notification widget is not response and does not wrap content as the browser shrinks.
I'm trying to export the kendo-ui platform into the golang programming language and would like to know if the kendo-ui documentation exists in some other format easier to handle. At the moment, I made a robot that goes into the documentation, filters the hml and assembles the corresponding code in golang, but I would like to be able to optimize the process. https://godoc.org/github.com/helmutkemper/telerik https://godoc.org/github.com/helmutkemper/telerik#example-KendoUiDialog-String https://godoc.org/github.com/helmutkemper/telerik#example-FrameworkForm-ToForm https://godoc.org/github.com/helmutkemper/telerik#example-FrameworkForm-ToScript