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
I am adding i18n to an application to support 22 countries. The data-title does not appear to be able to be set via JavaScript. I have a highly dynamic application and I'm using localization for all labels and need to change the titles on the fly.
Please add Z index configuration options for all charts and their elements. This would greatly improve your product offering, making difficult workarounds less necessary.
What I want to do is click with the mouse and draw a rectangle on the map, around one or more markers, to select all the markers in the rectangle. I've seen this done on other map controls by being able to select what happens when the user clicks on the map and moves the mouse. User selects "Pan" (usually from a tool bar) - this is the standard behavior now click on the map and move the mouse - map pans / moves with the mouse User selects "Rectangle" click on the map, hold down the left mouse button, move the mouse and a rectangle draws - just like the windows "Snipping tool" - all the markers in the rectangle get returned to the code in a collection when the user releases the left mouse button User selects "Circle" click on the map, hold down the left mouse button, and move the mouse - a circle draws - all the markers in the circle get returned to the code in a collection when the user releases the left mouse button Here's an example The shape file that's been converted shows all the telephone poles in a city. I want someone to inspect all the poles on this street. I select the rectangle tool, draw a rectangle around the poles, release the mouse, my code takes over and builds a work order to go inspect and record the inspection date and outcomes. Another example Map shows hotels in an area. I select the circle tool, draw a circle around the hotels close to where my meetings are, release the mouse button, map returns a collection of markers in the circle, the program then takes over and displays a grid showing Hotel Name, Star Rating, Average Rate, Phone number, URL
kendo.format("{0:#,##0.######}", 4.336808689942018e-22) This will throw an error: RangeError: toFixed() digits argument must be between 0 and 20 This appears to be a bug inside the format function.
Similar to specifying legend to bottom of chart, we should be able to put X Axis (or category Axis) Labels on the bottom, regardless of where the axis crossing value is. Sometimes the axis crossing value has to be at zero but the labels get in the way if this is the middle. If the data is dynamic, there is no way to use margin or padding consistently