The colorpicker is configured with positionMode 'absolute' forcing body to resize instead of repositioning the popup if it would go off screen.
https://stackblitz.com/edit/angular-itnxyg?file=app/app.component.ts
this.popupRef = this.popupService.open({ anchor: this.activeColor, animate: this.popupSettings.animate, appendTo: this.popupSettings.appendTo, popupAlign: popupPosition, anchorAlign: anchorPosition, popupClass: 'k-colorpicker-popup', content: this.popupTemplate, positionMode: 'absolute' });
Hi,
If we format kendo-datepicker to (MMMM/dd/yyyy) and if we enter number of month in input then it is not reflecting and shows month in input field.
As you can see in screenshot, I called (valueChange) event to see the changed value, I have enter 10 in month input field so it shows two value in console, first one is when 1 is press and second is when 0 is pressed after 1 so it gives null and in input field it shows month instead of October.
It is working if we enter first letter of month but it should work if we enter month in number.
Please fix this issue asap.
Thanks.
Please add support for bulk selection (as well as bulk deselection) using Shift+Click when in checkboxOnly mode.
Alternatively, it would be useful to have access to a setting to allow Shift+Click bulk selection/deselection when in checkboxOnly mode.
Change the tabindex of input tag from - 1 to 0. So that enter key press will work with screen reader tools.
Alt+Enter is working but screen reader reading like "To activate press Enter".
To reproduce :
https://www.telerik.com/kendo-angular-ui/components/uploads/upload/keyboard-navigation/
Hi,
The tree view enables us to drag and drop one item at a time. we have a scenario where i want to drag and drop multiple items. tree view also enables multiple selection of items but not supporting drag and drop of multiple items. Could you please provide some solution to dag and drop multiple items
Hi,
We are currently migration from jquery scheduler to angular scheduler and we are missing few feature : event selection and range creation
https://demos.telerik.com/kendo-ui/scheduler/event-selection
Any plan for this features in angular scheduler ?
Hi
we have a lot of clients requesting two features for the KendoGrids:
1st) A second horizontal scrollbar on top of the grid, scrolling smoothly in parallel with the bottom one.
2nd) Sticky / fixed headers to be able to always see the header row. Somethine like this: https://www.telerik.com/kendo-angular-ui/components/grid/columns/sticky/ but for the top labels row.
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.
Currently the properties workWeekStart and workWeekEnd are exposed by the following Kendo UI for Angular Scheduler component.
WeekViewComponent and WorkWeekViewComponent both use these properties:
The scheduler also offers a TimelineWeekView component, which, as expected, greys-out the non-working days.
Additional info: created after looking at this issue in the Kendo-Angular repo.
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?
Hi,
Please provide a feature like the following: https://demos.telerik.com/aspnet-ajax/scheduler/examples/creatingappointmentswithdraganddrop/defaultcs.aspx
Thanks and regards
Anto
Please provide an option that allows to drag the Scheduler cells in order to define the time span when creating a new event. The behavior should be the same as the one demonstrated in the following example:
Thank you
Hi,
I would like to have a feature from kendo sortable to select multiple items in a list and drag it to the other side of list.
Currently we do have feature only to move single item or the entire group to move across list.
I would like to have more customized way to have selected items in a list to move across from one end to another.
Please find the screenshot below
Hello,
Do You have plans, to provide extended 'desktop-like' multiselection of nodes with ctrl/meta or shift key pressed?
It would be helpful to allow for a plug-in point in the date-related input components for enabling custom parsing of the entered value before it's formatted. The format would be consistent after the parsing completes, but there are cases where parsing text and converting it are helpful. A few examples might be: - "today" translates to 8/27/2018. - "yesterday" translates to 8/26/2018. - "1" translates to the first of the current month: 8/1/2018. - "nov01/18" translates to 11/1/2018.