Is it possible to add a duration input control in format HH. I´m not talking about a time picker, but a way to choose how much time will last doing something.
The value could be in minutes or hours (fractional minutes).
Here is a discussion on this topic on
https://stackoverflow.com/questions/17428387/hows-a-duration-picker-called-and-does-it-exist
It is really hard to check change log for every component you have. Why not implement common change log for all components.
I already talk to Carl Bergenhem (Product Manager for Kendo UI) about that, and he reply:
"
Great suggestion! I’ll sync this with our web site team and try to see if we can create something like this!
"
As picture says more then 1000 words, I attach propose solution.
Provide a built-in Rating component similar to the jQuery Rating component:
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.)
We would like to be able to tab to elements with tooltips which would open the tooltip and be readable by screen readers such as JAWS, etc.
Forms are what we use every day and if there's a form, we often have to validate the input and show the validation results to the user.
Problems:
Opportunity:
Feature request:
Example:
// global setup
validationService.configure({
showIf: 'touchedOrDirty',
messages: {
required: "This field is required',
customKey: 'This field needs ... ',
customKey2: errorMessageForCustomKey2Fn
});
// callback to generated error message for customKey2
function errorMessageForCustomKey2Fn(control: FormControl) => return `can include 'but is ... ' from form control`;
// HTML in component template
<input formControlName="myinput" ... />
<validation-errors forControlName="myinput"> // < should handle all globally registered errors without additional code.
<error key="keyOfValidatorOnlyUsedHere">Sorry, but you have to</error>
</validation-errors>
I think such a feature could massively reduce the work to setup forms.
Provide a built-in Image Editor component such as Kendo UI ASP.NET AJAX:
https://demos.telerik.com/aspnet-ajax/imageeditor/examples/imageupload/defaultcs.aspx
Provide a built-in OrgChart component part of the Kendo Angular suite.
https://demos.telerik.com/kendo-ui/orgchart/index
Hi,
It will be good to have a feature to control the position and limit the render to a specific container(appendTo option) for the Chart TooltipComponent - https://www.telerik.com/kendo-angular-ui/components/charts/api/TooltipComponent/.
Thanks.
Hi,
It will be a great addition if the `in` and `notin` (SQL-related) operators are added to the FilterDescriptor.
Convert YAML file to JSON, so they can be used to translate the built-in messages in the components to desired locale.
For example: It would be convenient to use this YAML file if it was available in JSON to translate the messages to German instead of creating my own custom message service.
Should have features on previous web technologies. What's the point of going new, if features are missing?
so test won't fail if you don't add CUSTOM_ELEMENTS_SCHEMA
Add npm command installing all kendo-ui-for-angular components at once
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
Hello,
it would be nice to have a reusable Virtualization-Container-Component so that it is possible to have a list of many custom components without performance issues.
The Grid, DropDowns and Calendar-Components already use some kind of virtualization component which is currently not for public use.
I guess something like that, but defined in a generic way (so that it is possible to insert any component) would be sufficient.
It should also be possible to have child elements with different sizes.
Please provide a Slide Menu component such as:
Please create a Kendo theme that supports Microsoft Office Fabric design.
Thank you