With Q3 2013 SP1 & SP2, when drawing a bar chart that has both negative and positive values, with the y axis intercepting at 0, the bar chart animation for bars to the left of the y-axis originates at the left hand end of the bar. Previously, the animation originated at the y-axis for bars either side of the axis. See this JSBin for a working example: http://jsbin.com/ubixOluZ/1/edit?html,js,output
I have four chart legend and i want to position Two on left and Two on right is there any such feature in Kendo UI Charts.
When loading the content of tab, the loading indicator's position is not correct. For the kendo default theme, the indicator is at the top of tab header (correct). For the legacy theme (WebBlue), the indicator is at the bottom of tab header, besides, the width of that indicator is bigger than the width of the header.
Implement Excel-like functionality of selecting a cell, selecting the bottom right corner and then dragging down to either copy the value (string) or increment (number). This feature saves a lot of time and is the main reason we use custom Excel apps as database data entry tools. Implementing this in Kendo would allow us to migrate to the web
Background Audio Support for HTML5 Audio on iOS7 for ICENIUM builds.
Declarative binding is sometimes difficult to debug and might benefit from getting verbose logging in the console. There is obviously a trade-off considering the size of files but this feature might only be available in the non-minified version through the build process.
Explain the characters used in a date format string, or at least describe to what standard they are evaluated.
When the data set is changed and the chart is redrawn there should be an option to move from the current values to the new values. Like it already exists on the gauge charts. But what about a line chart with ever changing values?
If you need to draw a horizontal line in Kendo DataViz Chart (to express desired target value for budget consumption, for example), you have now only two possibilities using line series or plot bands. Unfortunately both approaches have drawbacks: 1) Using additional line series In this case the line doesn't start at the beginning of the image of the chart, there is visible margin. Also, the determining of number of values for the line series is painful in case you have multiple series with different value counts bind on server side. 2) Using plot bands In this case the actual width of the band is dependent on the scale of the chart, which can be dynamic depending on data. So this approach is not usable if you want a line width specific width. What we need is draw a simple line with given width, color and brush.
I would like to have a chart like circular progress chart that use in lots of infographic diagram like the one below. http://stackoverflow.com/questions/11202920/circular-radial-progress-bar I managed to make it work by doing some manipulation to the donut chart like the one below that look similar to it but I believe the Kendo team can come up a better one and more reusable. http://eswkchartdemo.azurewebsites.net/Dataviz/RealtimeDonutChart
Support of KendoUI for Mobile Grid controls with sorting,filtering,paging options
My marketing department has requested a specific look for a chart. The Moc up image is http://i.imgur.com/Z2hKaei.jpg in order to achive what they are asking I need the Labels to work in the Bullet Charts. It would also be great if you could add a label to the Target as pictured in the image.
Facilitate mvvm binding for plot bands
I have two kendo grids. Parent grid contains rows with data to request. When the numerictextbox is triggered with a spin or change that row is added to another grid (child grid) with the number from the parent numerictextbox in the child numerictextbox. However... after several triggers... the spin action starts to add two instead of one. Has anyone had this issues? any work arounds?
Now that jsbin supports Typescript, putting Kendo's typescript definitions in a public place would be helpful. Demonstrating the power of Typescript and Kendo together in jsbin is a powerful combination for answering questions and teaching!
Greetings Please add this feature (Persian Calendar) into a valuable package Thanks to the team
powerful visual app builder Like Sencha Architect for Ext JS
imageBrowser: { messages: { dropFilesHere: "Drop files here" }, transport: { read: "/content-page-generator/image-browser?act=read", destroy: { url: "/content-page-generator/image-browser?act=destroy", type: "POST" }, create: { url: "/content-page-generator/image-browser?act=create", type: "POST" }, thumbnailUrl: "/content-page-generator/image-browser?act=thumbnail", uploadUrl: "/content-page-generator/image-browser?act=upload", imageUrl: "http://images.xxx.com/{0}" } } This is a part of my javascript code from Kendo.But the Kendo "kendo.all.min.js" formatting my link.We needn't formatting images src. error: return r&&"f"===r.get(A)?(e=i(n.path(),r.get(S)).replace(_,""),o&&(e=v(o)?o(e):c.format(o,encodeURIComponent(e))),e):t}, change: return r&&"f"===r.get(A)?(e=i(n.path(),r.get(S)).replace(_,""),o&&(e=v(o)?o(e):c.format(o,decodeURIComponent(e))),e):t},
The grid should work correctly when grouping large datasets. Currently the grid does not always display all of the groups. IN addition groups come in and out of existence when you scroll. It seems kind of strange that it supports grouping but doesn't work correctly in a real world scenario