Support autoWidth configuration on virtualized comboBox and dropDownList
Scenario: - We have an custom DataTable that is bound to the datasource - In this DataTable is a column, I do not want to display in the renders spreadsheet widget. - It would be a useful feature to have before the widget is rendered?
Currently PivotGrid does not support RTL, please add this feature .
Widgets like ExtJS viewport and form panel would be useful. Form input is most used UI elements at business applications and viewport for full screen placement. kendoui would be contains some widgets for most common business applications needs.
Hi, We are working with HTML 5 and using KendoUI we noticed that many control (specially with popup like dropdown, etc.) are not compatible with HTML Responsive technique. What we want is that a dropdown, when see into a smartphone browser, use standard mobile input control and not a styled overlay popup.
Topojson is a much more compact data format for spatial data. Supporting it would allow more complex spatial data to be loaded without slowing down the browser experience.
Sometimes there is a delay between when a user interacts with a widget and when something actually "happens". This is especially evident on mobile apps (e.g. AppBuilder) when there are complex bound value changes/dom changes. An example would be clicking a button in a ButtonGroup to display a ListView that uses a remote bound DataSource which displays images and text in the list. Sometimes, in scenarios such as this, you'll click on the button of the ButtonGroup and nothing will happen for a few seconds. This makes for a poor user experience. Since we can't make the app react instantaneously we really need to at least make it appear that it is or else the app feels "slow". Though some Kendo Mobile widgets attempt to aid with this by using the application.showLoading() when engaging in a "long" process, even that will ofen have a delay before showing. I'm not sure why that is, maybe it's due to the order in which it is processed. In any case, the first thing that every widget should do before anything else is indicate to the user that "yes, I acknowledge that you just clicked/tapped me and I am working". An example of this is in iOS native apps when you are trying to delete an application. As soon as you click the "x" to uninstall the app, it turns gray, even though it may take a few seconds before the app actually uninstalls. If all Kendo Mobile UI Widgets gave feedback instantaneously, that would go a long way to covering up some performance issues that might exist with the framework.
I'm using kendo ui for mvc and a control that could be very useful is a captcha for form submission.For sure you can integrate it by using Google reCaptcha in a easy way not only for kendo ui for web but for mvc also.A good idea could be to integrate you own captcha control (for intranet environment, or private internet network ) because reCaptcha only work with a stable internet connection (Google Web Service).
It would be nice to have the option to add new rows at the bottom of the grid, just like Jquery grid has that option "createAt": "bottom".
First, it would be helpful if there was a way to apply a format for an entire column (except for, obviously, header and footer rows). This would prevent us from having to write a script that loops over every row to format every 3rd column (for example) to a specific format. In addition, it would be nice to be able to use Kendo formats for columns and have that automatically translated into Excel formats. In my case, I have to write a translation layer that, in my opinion, would be much simpler if it was incorporated into the back end. If this could even auto-format to match the format used in the grid display on the page, it would be even better.
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
Right now, the kendo-ui docs are a bit difficult to get to and navigate. They're inherently clear as to where they are, being nested 3 clicks beyond ["SUPPORT AND LEARNING"] in the top menu. just to illustrate this, I made a video of how you get to the docs from a cold search of kendo ui. It takes way too many page steps just to get to the docs. [VIDEO LINK] https://www.dropbox.com/s/d0osh6imco5fq08/2016-05-05-2016-01.mp4?dl=0 Once you're there, it's not a bad experience - but still, I think there really ought to be a simple ["DOCUMENTATION]" menu item that is verbose and clear, since "[SUPPORT AND LEARNING]" sounds more like links to classes, tutorials, etc.
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; }
Split buttons would allow to have a menu item that target a specific page and at the same time have sub items. It is possible to do it with the current version however it only works with mouse devices, the split button would provide the same functionality for touch devices.
Create a plugin for Oracle APEX that would allow easy use of dataviz and other widgets
Export to Excel for a lot of data using configurable page size and configurable maximum rows excel: { allPages: true, pageSize: 500, maximumRows: 5000 },
Hi Team,
I'd like to request the functionality to set the scrollbars of the Kendo UI Components to a smaller size instead of the default larger scrollbars. For example, something similar to jquery.nanoscrollbars.js.
I do understand CSS doesn't currently support styling scrollbars:
https://drafts.csswg.org/css-scrollbars-1/#intro
It can be done using the ::-webkit vendor prefix, which works for some browsers but not IE or Edge.
The CSS working group say that : Note: Exposing the scrollbar-related ::-webkit- prefixed pseudo-elements to the Web is considered a mistake by both the CSS Working Group and Webkit.
At the moment, the only recommended way is to use javascript to "polyfil". Nanoscroller is one such example. http://jscrollpane.kelvinluck.com/ is another example.
The controls just need a kendo's own polyfill, not to implement nanoscroller or jscrollpane, but for kendo to do it by itself out of the box.
Small controls with big scrollbars looks ugly.
Thank you!
Reduce use of the 'any' type in kendo.all.d.ts and use Union types implemented in TypeScript 1.4 Example: - Before: interface GridColumnFilterable { ... ui?: any; ... } - After: interface GridColumnFilterable { ... ui?: string | GridColumnFilterableUIEvent; ... }
The switch control does not currently support long text labels so only text such as ON and OFF are suitable. The widget width will not auto expand according to text length so if you want to use text such as Active or Inactive it is restricted. While an additional <label> element can be used to describe the control we find that having the action wording within the control an efficient way to display it. http://i.imgur.com/2ph9BMg.png