Any plans for a UI Query Builder that uses the Data Query component?
autoClose is set to false and checkboxes true.
Clicking on that small margin area next to checkbox causes the dropdown to close.
We do not want to use the all day functionality.
When an event is 24 hours or longer, it does not render in the time slots, rather than the all day slot.
Hiding the all day slot does not work, as that not render the event.
https://stackblitz.com/edit/angular-jpj9fl?file=app/app.component.ts
Currently it is not possible to touch-scroll the locked section of the Grid on mobile devices - this is a known limitation:
https://www.telerik.com/kendo-angular-ui/components/grid/columns/locked/#toc-known-limitations
Please provide the opportunity for touch-scrolling the locked section of Grid and TreeList similar to the one available on other devices via the mousewheel.
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.
Provide a built-in OrgChart component part of the Kendo Angular suite.
https://demos.telerik.com/kendo-ui/orgchart/index
momentjs is a widely used date library which makes handling dates much more comfortable, and all Date components should support it
There is no event to cater mouse-over events for a specific cell of a row in k-grid. This is important if we need to perform something cell specific like pop up a dynamic component
related to that cell and row.
When using the calendar dropdown of the datetimepicker... the user has the ability to click a date part and then click "set" and a the time part is defaulted to a value:
Which results in a full valid datetime if the user doesn't particularly care about the time part:
However, if the user prefers to type in their selection and still doesn't care about the time part... they are left with an invalid value:
They are forced to type in a time part they don't care about which is a waste of time and effort.
Can we get an option to provide a "default autofill value" for the time part so that quick keyboard entry is possible?
Modeled after the jQuery widget: http://www.telerik.com/kendo-ui/ganttchart
Hi,
We encountered a problem when using kendo-sortable component in IE11. If we use this component anywhere on the page, all input fields on the page become unclickable. It seems to happen in the last version of this control (maybe because of a global click event listener? )
Hope you can help with this issue.
You can check out the following Stackblitz example which is based on your basic usage example: https://angular-t7vi5k.stackblitz.io/
Thanks in advance and happy holidays,
Shai Aharoni
so test won't fail if you don't add CUSTOM_ELEMENTS_SCHEMA
The fromDate method of the kendo-intl package allows to use a skeleton format to provide a generic mask that is applied to the current locale. It would be great to get this functionality for the format string of the date-inputs to gain the possibility to define a locale independent format. E.g yMMMM will show year and month with respect to the current locale.
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.
Create a Overlay Component for Waiting Screens when you load Data from Backend Services, .... - With Flexible Loading Icon - Perhaps as ngRx Extension, - Inceting a service where you can just call ShowOverlay or HideOverlay, ...