Currently if I choose specific options in editor in iPhone 5 and 6 e.g. bold, italic and underline. It retains the style for first line only. As soon as I hit enter all the selected style is gone. If editor is retaining the style in multi lines in other browsers then it should also retain in iPhone as well
I am using Kendo diagram for Workflow wizard. right now i am using my custom icons for Workflow shapes. I also want to use icon/image for connection lines between 2 shapes. Please provide this feature.
The only way to detect when a control has completed binding to a datasource is via it's dataBound event. When you need to know if multiple controls have been dataBound it creates a less than ideal situation. A common scenario I encounter is when I have a search view with multiple dropdownlists and I need to set default values in those dropdownlists prior to loading a Kendo grid with search results based on the selections in the dropdownlists. Note: these are not cascading dropdowns - each dropdownlist is independent of the others. In order to set the selected values in each dropdownlist I have to know when each one is databound and only then can I set the selected value. Once all dropdownlists are databound then I can refresh the grid based on those selections. In order to make this work I have to "chain" the dropdownlists together. To do this I set the first dropdownlist AutoBind = true and the rest false. When the first dropdownlist dataBound event fires my JavaScript selects the correct value in that dropdownlist and refreshes the datasource on the next dropdownlist in the chain. When its dataBound event fires I select its value and refresh the next dropdownlist's datasource in the chain and so forth. This pattern continues until all dropdownlists are databound. In the last dropdownlist dataBound event handler I refresh the grid's datasource now that all the default selections have been made. This implementation is messy and cumbersome. It would be nice to have a parent Kendo ajax manager that all databound controls in the view could register with when the view loads. Then each databound control would notify the ajax manager when it is databound. The ajax manager would then fire an event to indicate that all controls have been databound. Then my code could handle setting the default dropdownlist values and refreshing the grid in one event handler which would be much cleaner than the current approach.
It would be really easy if we can directly load parameters from Web Api calls and load into ButtonGroup dynamically. The idea is to genarate ButtonGroup according to the number of parameters in web response. There should be option to assign index for each button based on the value in the Web API call. I
Navigator works great. Pan and Zoom work great. But when you try both on the page zooming and panning completely mess up the data navigator. I realize pan and zoom are new so maybe this is already in the works. My support ticket pointing out the problem: http://www.telerik.com/account/support-tickets/view-ticket?threadid=1013202
I have a kentoTreeList with a custom footer in which I'm calculating my own footer numbers. When I export the grid, I see the div tags embedded in my footer template. Is there a way to export to excel once the footer template is populated?
Kendo chart are not stacked
Current Radial Gauge setting for pointer does not have length property. It has CAP property - we need similar type of property for length. the value can be 0 to 1. This is useful when multiple pointers are added and each can have different length and color as well.
Cool Kendo UI Q1 2016 webinar today... could not ask any questions using IE11 so lost on prize chances. Very entertaining Thank you. Are there any good working examples of using the new Grid or Spreadsheet features utilizing an API such as government information as discussed?
Now that Kendo UI 2016.1.* includes jQuery via the UMD wrapper, it would be great if that were the version of jQuery that was used. I admit that I find the many IIFEs difficult to read, but it appears that you've only included jQuery in the wrapper to ensure that it is loaded, and you don't assign it to anything. We'd like to be able to use jQuery.noConflict with all of our dependencies, and Kendo is the last one preventing that.
Polymer support has already been requested but I would like to see Kendo UI support for Polymer.Dart.
Hi You have very nice charts colorful and detail but thing page like upperside we have combobox or radiobutton and i have bar chart so when i click selections i want to convert bar chart to area chart or scatter chart to do this dynamically way... It will be best
consider Golang wrappers for KendoUI
It would be nice if you could left align the yAxis labels in a bar chart. Currently, these are right aligned be default.
Hello , I am working on kendo UI with infinite scroll functionality, but when I going to get updated data of kendo ui before scroll and after scroll, its only providing me only after scroll changed data not the before scroll edited data, So please suggest me the solution of this issue.
You should be able to define a row template which uses the field templates. E.g. Define a Row wrapper and Column wrapper, so that kendo would automatically use the field template. Another option would be to define an variable, which you can use to call the field templates.
applying the right-to-left rendering to the exported Excel sheet set excel page layout as rtl
Right now kendo ui allows Inserting table BUT no button to delete whole table inserted, it not convenient on user experience.