Please consider to support grouped boxplot for Kendo UI. For example, we would like to compare the machine capacity within multiple parameters, like machine type, machine no, and employee. We need to group 2 or more parameters in x-axis. Many statistical package could generate this group boxplot and reach our request. But we need to developt a web application with this function.
The idea is to have demos of the different widgets made with Typescript. Nothing fancy just the simple demos so we can understand the different ways to create the objects and their interactions.
Having this ability would be very useful, as the current solution from an angular standpoint is targeting the listviews before state using CSS: [kendo-list-view]:empty:before { content: '{{$ctrl.noResultsCaption}}'; display: block; text-align: center; padding-top: 5px; }
ToolBar items only have two states (besides visible and enabled): - displayed in the toolbar - displayed in the overflow dropdown (kind of responsive because not very practical on mobile devices where you are left with two visible buttons at the most, and a possibly large overflow dropdown) On mobile devices, we would buttons buttons that shrink to icon only (no text) before being sent to overflow dropdown. This would improve greatly the responsiveness.
Kendo's support for conditional number formatting results in it picking the negative or positive format even when the underlying value is being rounded to zero. This is generally not what users expect and is inconsistent with .NET's number formatting. Here's an example: kendo.toString(-0.1, "0;(0)") // results in "(0)" instead of the expected "0" In contrast, .NET behaves differently: (-.1).ToString("0;(0)") // results in "0" It would be great if kendo's toString implementation incorporated this logic. More information and examples are available in this Kendo forum post: http://www.telerik.com/forums/kendo-showing-negative-zero-when-using-conditional-formatting-c729272b262d#0lTodzUtsEeF4d3xn8hhDA There's also this StackOverflow question: http://stackoverflow.com/questions/39977630/kendo-conditional-formatting-results-in-negative-zero
Currently grid popup using window. It will be better and nice if grid use dialog as popup screen
Locked columns can only be on one side of the Grid. In Kendo Grid, is it possible to have locked columns on the left and right side. For Eg: my grid has like 20 columns and i want to lock first few columns to the left side and also lock the custom commands column on the right side of the grid.
Ability to show a circle on a map to encompass a specified number of miles/km from a point. This is different from the Bubble layer as it will keep the radius in miles/km when zooming in/out
Window already has dragstart and dragend events. It would be great to have also resizestart and resizeend events.
Menu, ContextMenu, TabStrip, PanelBar, Splitter have append, insertAfter and insertBefore methods. kendoToolBar has only add, so there is no way to insert new command after/before other command. Please add methods insertAfter and insertBefore to the kendo.ui.ToolBar widget. Related forum post: http://www.telerik.com/forums/insert-item-at-the-beginning
Add legend icon as per series type when use series type area then show area icon on legend when use series type line then show line icon on lagend
I had an issue with PDF export from browsers on mobile device. Initially had issue with CSS attribute whitespace: pre-wrap, which was fixed in the newer version of kendo 2016 Q2, however, I still had an issue with Firefox on mobile. Official supports for "some" browsers on mobile devices and documentation (e.g. what browsers are supported etc) would be very appreciated.
Our business partners would like to be able to have gradients as part of the radial gauge color bar. Similar to the following: http://i.imgur.com/DWfxi53.png
Add the ability to apply kendo template on Kendo Grid column reorder while dragging the header.
Currently the Barcode control support POSTNET bar code. However the USPS retired this bar code in 2013. I am suggesting that the POSTNET barcode be replaced with the IMB OneCode barcode that the USPS now supports.
Would like some way to know when the file is finished saving. This is especially useful when saveAs uses a proxyURL and a user is waiting for the file to come back from the server. Currently, there is no way to inform user of this progress or when it completes.
Greetings, How can I achieve the following using MVC + Kendo grid + jquery http://www.igniteui.com/grid/export-grid-loading-indicator
Hi Guys, I've notice that there is no Codabar type in the Kendo UI Barcode, but the silverlight version has it. Once migrated the codabar type is not available, It would be great to have it added, it is widely used for applications that require serial numbers, such as management of blood banks, slips for door-todoor delivery services and member cards. Thanks
The style picker has to be manually populated with style names. It would be better if it could pull the style names out of the associated stylesheet and filter the list depending on the location of the cursor i.e. only show styles applicable to ‘a’ tags when a hyperlink is highlighted.