I would like to see the examples and documentation for the AngularJS integration appearing on the main Kendo UI site. Also this implies that AngularJS should be given greater priority and the integration library should be officially supported.
It would be great if Javascript Source Map files (details: http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) were available for each of the minified Kendo UI files. These files allow a developer to publish their application using minified files, but have the browser (at least Chrome and Firefox) automatically load and link up with a non-minified version for debugging purposes. I'm not sure which minifier you use, but Closure supposedly can create them automatically. Thanks for considering this.
Hi, I have a ticket on this but wanted to make sure it gets attention as I think it's a critical functionality that a main competitor implements well and Dataviz lacks. We need to be able to chart date based data with discontinuous data. For example, events data with a start date and end date. Here is a set of features that would make DataViz competitive: 1. Provide the ability to combine various chart types with different datasources...both remote and local. we need to ba able to plot date based data from many sources. 2. Include a simple, easy to use way to sync all included charts to a navigator/selection tool or a set of date pickers. This could be as simple as a property that links charts, similar to the cascading dropdowns. 3. Fix the problem of tool tips not working over the navigator and selection tool charts.While not a huge problem, clients complain that the underlying chart is useless without tool tips to provide the numeric data. As always thanks for listening and hope this gets some attention.
A very nice feature to have on the Dataviz gauges would be events for when the value changes from one range to another. For example, if I have a gauge with range thresholds at 10 and 40, it would be nice if an event gets triggered when either one of those thresholds are crossed in either direction. Let's say 0-9 is green, 10-39 is yellow, and 40+ is red. If my value goes from 9 to 10 the gauge should raise an event that gives me the current range I'm in so I can act on it.
Please give some good Red color out of the box theme. Currently there is no good theme. All are ble/black/gray.
Right now, the scrollbars of the scrollwrapper widget only show up if the user actually starts scrolling. However, there are circumstances where the user might not be aware that the content is actually scrollable. Two examples: The content of the scrollwrapper contains a lot of whitespace/background such that the user sees whitespace at the end of the scrollwrapper box and is not aware of overflowing content. The scrollwrapper does not contain continuous text but a list and the visible content ends right after a list item -- the user might not be aware that there are subsequent list items hidden in the overflow. Thus I suggest to add a configuration option to the scrollwrapper widget which makes both/the horizontal/the vertical scrollbar permanently visible to inform the user about overflowing content.
As you know, apple announced the new direction the iOS will be taking. this will no doubtedly have a huge effect on the developer guidelines and therefore the app store submission process. If kendo mobile doesn't match the new look, the apps might get rejected.
Replace de default browser scrolle bar in container widgets like splitter or panel bar
You refer to Kendo UI Premium Forums in your FAQ and web site, but post no link to this so I cannot find it! I am a paid up customer and want proper support like other Telerik products.;
when adding an additional tab to a tabstrip - the tabbing behavior does not work as it should when switching tabs use the html below: then select in the browser the dynamic tab - works ok then select in the browser the static tab - this results in both tabs being displayed HTML to reproduce: <!DOCTYPE html> <html> <head> <title></title> <link href="styles/kendo.common.min.css" rel="stylesheet" /> <link href="styles/kendo.default.min.css" rel="stylesheet" /> <script src="js/jquery.min.js"></script> <script src="js/kendo.all.min.js"></script> <script> $(document).ready(function() { $("#tabstrip").kendoTabStrip({ animation: { open: { effects: "fadeIn" } } }); var tabstrip = $("#tabstrip").kendoTabStrip().data("kendoTabStrip"); tabstrip.append({ text: 'Dynamic Tab', content: 'Dynamic Content' }); //var firsttab = tabstrip.select(); //tabstrip.select(firsttab.next()); //tabstrip.select(firsttab); }); </script> </head> <body> <div id="forecast"> <div id="tabstrip"> <ul> <li class="k-state-active"> Static Tab </li> </ul> <div> Static content </div> </div> </div> </body> </html>
the baseUnit options ist great but i need seconds as baseUnit
We need the bar of series to be draggable and also its value can be changed on drag. For example, a user is given a chart like below link: http://demos.kendoui.com/dataviz/bar-charts/column.html. Below the chart, a table is given for data. Chart is loaded with false data. User is expected to plot the correct graph based on the table data given. For this, user will drag the bar in up/down direction to set it to the desired value.
Once created, many Kendo components root DOM element are wrapped under new HTML elements. Any class of the original input will also be copied to some parent elements. As each widget (DateTimePicker, DropDownList, ComboBox...) are wrapped differently, it might be a good idea to add a class to the root input (k-root) that would allow us to search for that specific input. See this post for more details: http://www.kendoui.com/forums/ui/general-discussions/best-way-to-find-the-root-element-by-class.aspx
For example; similar to http://www.highcharts.com/stock/demo/arearange Having area 'scatter' support, such as 'scatterArea', and 'scatterAreaRange', like the existing 'scatterLine', is also desirable.
To define reusable parts of an application, developer often needs to define a model for the data, and a template for the presentation. UserControl may systemize and simplify this activity. Please look at the following links for details: http://www.nesterovsky-bros.com/weblog/2013/03/26/KendoUIUserControl.aspx http://www.nesterovsky-bros.com/weblog/2013/04/03/KendoUIExtendedModel.aspx http://www.nesterovsky-bros.com/weblog/2013/05/18/KendoUIControlsjs.aspx http://www.nesterovsky-bros.com/download/KendoUI/scripts/controls.js
I will try to explain the functionality I am looking for a little better. Suppose I have a tabstrip with 3 pages. Page A, B and C. Page C is an info page and doesn't have sub pages, but Page A and B have a button (or listview) to navigate to a sub page (view) of page A (A-sub) and B (B-sub). Desired behaviour (IMHO): Example 1: When I start the App, it will always show page A. I can click on the Icon for page B to navigate to page B and then click page C to navigate to page C. Now (when I am still on page C) I click the back-button, the app navigates back to page B and when I click the back-button again, I will then navigate from page B to page A. In my example (and in the apps I so far have been working on), I consider the tabs (pages) on the tablist as a menu and when I click the back button I don't want to go to a previous visited page, but I want to exit (with or without warning) the app. Example 2: Now I start again, still on page A of course. On page A I have a button that navigates me to a sub page (A-sub). I click the button and the sub-page shows. When I click the back button I want me app to navigate back to page A from sub-A. When I click the back button on page A again, I want to leave the app. Example 3: Start the App and page A shows. I click the tab to navigate to page B. On page B there is a list with product categories. I click one of the categories which makes me go to B-sub where the products for that category are shown. Clicking the back button would bring me back to page B. Another back-click would allow me to exit the app. Example 4 (the last one): Start the App and page A shows. I click the tab to navigate to page B. On page B there is a list with product categories. I click one of the categories which makes me go to B-sub where the products for that category are shown. Now I click the tab for page A, which makes me navigate to page A. Clicking the back-button this time would ask me to exit the App. In short: I see the pages belonging to the pages on the tabstrip as parent pages. When one of these pages is currently shown, the back button should close the app. No matter what previous navigation you have done. When on a child page (navigated from a parent page) and clicking the back-button (either hardware or software) will make you go back to it's parent page.
I can vaguely imagine reasons to rolls your own event binding functions for your widgets, but the lack of parity with the standard jquery bind() is frustrating. At the VERY least it should support namespaces so one can unbind without having to re-pass the handler to unbind. It can make for unnecessarily messy code.
It would be great to have a Widget that allows you to bind keyboard short cuts to a normal HTML element such as a Button or really an other element. Additionally upon init, this widget would check for conflicts against other shortcuts provided by Kendo UI and provide the developer an exception explaining the conflict.
CKEditor provides the "Insert Template" feature which gives the user the ability to design/create HTML Templates, add it to the toolbar menu, and reuse them. Please see the CKEditor documentation below for reference: 1. http://ckeditor.com/about/features#user-rich-content (see "Templates" on the right) 2. http://docs.ckeditor.com/#!/api/CKEDITOR.template 3. http://ckeditor.com/addon/templates This will be a tremendous addition to the Editor, giving us the ability to create special-purpose HTML snippets, add them to the toolbar, and reuse them throughout (e.g., footnotes, bibliographic entries, etc).