Please Add Skin Chooser control
It would be cool if it were at least easier to put a kendo style modal within a kendo window that covers the content of the window. An example: Confirmation of action, if a user clicks to close the window it would be nice if a modal could be displayed, covering only the window content until the user confirms or cancels.
It would be very beneficial to have the ability to set our own labels on our chart types. This way instead of having labels set a set amount for example 10s, for 1 to 100, labels could be set at just the intervals that make sense for our chart. Like 1,15,63,100. Since ranges can already be set at a variable amount it would be helpful to label those at the point they change.
I had a combo and grid on page. Combo has two values: value 1 with 372 items and value 2 with 21 items. grid has paging enabled with pagesize 20 and serveroperation false. Now when i select value 1 in combo then all 372 items are displayed in grid and then i go to 6th page of grids paging at this time in grids paging it is shown "101 - 120 items of 372 items"and then if i select value 2 in combo then no items are displayed in grid but paging shows "101 - 21 of 21 items" because it is yet on page 6 but this time there is no page 6 and in controller the request shows page 1. This is a bug. Regards,
provide option to make search input in listview fixed on top while user is scrolling.
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).
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.
Add a way to keep the highlight in list view - useful in split view so that it's clearly visible which item is selected (to be consistent to iOS, e.g. Mail app)
As per forum thread: http://www.kendoui.com/forums/mobile/listview/endlessscroll-with-scroller.aspx The Listview should look for any parent scroller to determine endlessScroll rather then look at the View's scroller.
Tick marks on charts have only been partially implemented. Add the ability to show major ticks at step intervals (as done with labels) and show minor ticks between the major ones. Allow this option on all charts (or at least column, line and area charts) and on X and/or Y axis.
My application need the ability to display data using a logarithmic X axis. Kendo doesn't seem to do this but it is available with Flot using a transform option. xaxis: { transform: function (v) { return Math.log(v); }, inverseTransform: function (v) { return Math.exp(v); } }, The transform function supports many other was of reinterpreting the axis so it does much more than just Logarithmic displays. I love the look of Kendo. Please consider adding this to your visualization package!
I would like the ability to make the End Date filed optional when creating a recurring appointment via the Kendo Scheduler.
Currently in data bound mode of the ScrollView doesn't allow filtering of the datasource.
Your grid so successful but it must have filter row llike devexpress.
I would like to see a robust data-grid for tablets. Bring over as many features from your desktop grid into the mobile world.
When multiple popovers are supported, clicking on a button to open popover1 should automatically close popover2. Your popover demo demonstrates the problem, but bypasses the pain point by positioning the popover buttons on opposite sides of the form. Often multiple buttons on a Nav bar will cause popovers, which will overwrite portions of each other when multiple are displayed simultaneously. I tried a quick workaround, which didn't work.
If I only have 3 items in a grid then it should only be as tall as it needs to be to show them, but if I have 100 items then I want it to be tall enough for 10 items or for say 300 pixels and turn on scrolling. If it's shorter than the threshold I don't want the scrollbar shown at all.
Setup: * KendoUI Community Edition v2013.2.716 * Multiple resources in event When Field in Event contains Array of guids - it shows fine in the event, but on grouping throws an error (as guids are treated incorrectly in filtering function) When guid is wrapped by '', then grouping works well, but Event do not show assigned resources... Using debugging I found that problem is in filtering (Piece from the code): for(r=a.filterExpr(e),s=r.fields,d=r.operators,o=c=Function("d, __f, __o","return "+r.expression),(s.length||d.length)&&(c=function(e){return o(e,s,d)})
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
Can you add a grammar check similar to MS word?