As a suggestion from the response that I've got from Ivan Danchev, I'm raising a new feature to enable/disable columns auto-resize in the the treelist of the gantt chart. Currently the columns width is "static" when it is defined in the column configuration. It'll be great if the columns are resized automatically depending on the length of content in the columns.
Thank!!!
Reproduction steps:
1. Open column menu
2. Using arrow keys, go to Filter menu item.
3. Hit right arrow to open Filter submenu
4. Tab through filter submenu
5. Hit escape.
Expected behaviour: Filter submenu closes and focus returns to the parent column menu
Actual behaviour: Both filter and column menu are closed.
Snippet: http://dojo.telerik.com/@gearoidj/iqiwUCEp
This is an issue for accessibility users - there doesn't seem to be a way to return to the parent filter menu using the keyboard without closing all menus and reopening them.
There is one way for it to occur, and that is to use the mouse to place the focus on the Filter menu background - in this case hitting escape will close the Filter menu and focus will be returned to the parent column menu. However this is impractical for an accessibility user who is relying solely on keyboard navigation.
An example of where this (mostly) works is on the Columns submenu - the user can use the left arrow key or Escape to close the child menu or alternatively keep tabbing and they will eventually return to the parent menu (though if they do tab within the child menu, hitting Escape will close both the child and parent menus).
Excel export with image for grid
This shows up wrong when compared with on Excel.
Bug report
When a custom class attribute is set via the columns.attributes option, the TreeList renders an additional class that is undefined.
Reproduction of the problem
1. Initialize a TreeList.
2. Set a custom class via the attributes option:
3. Inspect the relevant "td" element
Dojo sample for reproduction:
https://dojo.telerik.com/IqApoGOz
Expected/desired behavior
The TreeList should render only the specified classes.
Environment
* **Kendo UI version:** 2019.3.1023
* **jQuery version:** 1.12.4
* **Browser:** [all]
I'm building an app that is using DataViz for charting but there are scenarios where it's possible to *not* have any data returned to map out in the chart. I'd like to be able to: - Set an X and Y axis value so the plot area is displayed - Provide either a message, a function or a DOM element which will be displayed over the chart Here's a snippet of how I think the API could expose it: $('#chart').kendoChart({ noData: { seriesMax: 100, category: 'Some category', message: 'No data!' || function () { return 'No Data!' } || $('.no-data-message') } }
powerful visual app builder Like Sencha Architect for Ext JS
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)
Extend "filterable" to match the datasource's "filter" (singular, not "filters") configuration option.
The current set of Kendo DataViz components are pretty nice but it'd be great to have more control over the colors/shading of chart items. This is more important for interactive charts where a user might click on an item, and then a small snippet of code would re-fresh a sibling chart to show more detailed data, etc. Visually you'd want to highlight the currently selected item (similar to the piechart Explode option) with a different color/shade.
It would be great if we could easily build a coverflow experience that matches what you have in your siliverlight components or what Apple does with iTunes
It would be nice to be able to have log scales on gauges.
It would be really nice to have slide out panels or drawers (not the same as the existing mobile drawer, but similar). The demo below shows a good example (left, right and top). http://responsivewebinc.com/premium/sheldon/sheldonadmin/index.html
Allow creation of custom labels that can be placed any where on the chart surface using x, y coordinates.
Similar to the PDF Viewer, please could you make a Word Document Viewer?
Thank you!
Please see 'Subject' line the <div> resizing didn't work as advertised and the splitter itself resizes to '0px'
kendo.mobile.ui.Loader: It would be helpful to get a configuration option to define an own loader or to provide a set of different loaders (including the well known simple "turning wheel").
Hi Team,
I would like to request that in the @progress/kendo-ui npm package to be modified so that the dependencies for jQuery will include <=3.5.1 instead of 3.5.1. I believe that the package.json should be fixed on NPM or this will cause issues for a lot of people that use jQuery with more than just kendo.
Thank you!
It would be nice to add the telerik controls for flutter.
We would like an event that we can listen to for when the drawer has completely finished opening.