I suggest to add a angular service similar to the dialog https://www.telerik.com/kendo-angular-ui-develop/components/dialogs/dialog/service/ for the window Thanks
I wish there was a way to build dashboard layouts easily by end users from a selection of widgets (components) configured by developer You have something like that in Sortable but that does not work with components and the user is not able to set the layout - initially you can think about using the Splitter control (that is planned to release) and later perhaps make it more functional by incorporating collapsible panels.
There is no such component as tooltip. Something similar to old tooltip: https://docs.telerik.com/kendo-ui/api/javascript/ui/tooltip
Similar to bootstrap btn-success, btn-danger, etc there should be different styling themes for buttons and other components.
Provide support for the components. Interestingly I can't select Charting which is the component I need support for. Please improve!
There is no solid date range picker out there. It would be perfect for the great arsenal of date / time pickers you already have. To - From date in one component. Would be very helpful
An ASP.Net Core (net framework) project template with angular 4 and all the services set up to use the report viewer in the webapp, along with a sample report and the reportviewer in the angular app. You could also use your own angular controls as well?? This would be an enhanced version of the one available for vs2017 with webapis setup for data and serving the report.
Add listbox component modeled from kendo ui jquery. http://demos.telerik.com/kendo-ui/listbox/angular
It should be possible to apply missing semantic information to the rendered code of a web application to support handicapped users to get the most possible benefit of the Kendo UI framework.
Currently, controls are getting their culture from the LOCALE_ID of Angular2 which is set pre-compile time. This is good and all but there will be issues faced when the application supports multiple countries. It isn't advisable to create different applications for different countries which have the same functionality. It would be better if we can simply pass an optional parameter to the control and set the culture that we want to be used.
I need access to Sketch support files containing the existing UI elements for Kendo for Angular so that I can create comps for my design. Ideally this would be a collection of sketch symbols that match the current Kendo UI design.
Same layout as TimePicker, except: - first part (hours) allows negative sign. Popup will display hours from -23 through 23. - boolean 'allowDays'. Displays a "days.hours:minutes" format. Negative sign still allowed on first part (which is now days instead of hours). - boolean 'allowSeconds'. Displays also a seconds part. - number 'value' property containing the current value. The integer part is days, the fractional part the hours and minutes. (Date object would also be nice, I don't see how to specify a negative value.)
What we want is the color of the Placeholder text in the DatePicker control to match the color of the Placeholder text in other controls. When a value is selected, the text color should return back to the initial color. Currently I don't see a good way to add styles to handle the state of whether there's a valid value, partial value, or no value.
When in NumericTextBox the cursor is in the input field, you can use arrow up and down to select increase/decrease the value (as if using the spin buttons). Allow the use the mouse wheel to do that (only when NumericTextBox has focus)
We're providing a month by month summary of some information and would like to allow navigation and high level event occurrence using the Calendar. Currently the Calendar doesn't provide an event on visible date changes to figure out when we should change the summary information.
Allow the selection of a month and/or year in the datepicker. The datepicker in kendo ui for JQuery allows us to select a month (without day segment).
When manually entering dates, typing '0' in month or day section resets the text to the placeholder. Normally when entering a number, the focus shifts to the next field when the required digits are entered. For example, entering '10' for the day section, moves focus to the month. When we need a date where day < 10 however, we need to tab or enter the date separator to switch to the next part. Allowing 0 in the dates should improve the users speed for entering dates and create a more unform behaviour. Currently situation: Date: 10/12/2017 => user input: 10122017 Date: 01/01/2017 => user input: 1/1/2017 When allowing 0 the last date can be entered as 01012017
Allow using current switch in a trivalent state (i.e. : true,false,undefined)
Please add width configuration on dialog service