Hi, Team!
I would like to request a functionality that allows users to navigate the slots inside the Scheduler (not just the events) using specific keyboard shortcuts.
Hi Team,
It will be a good feature to have the ability to hide/remove the toolbar and footer toolbar of the Scheduler component.
Hi,
It will be a good addition to your standalone examples if a Java backend implementation is also added to the list:
Hi, Team!
I would like to request the addition of a functionality that would allow me to programmatically determine whether the cells for the weekends will be rendered inside the Gantt component!
This feature seems to exist in Kendo UI for jQuery: https://docs.telerik.com/kendo-ui/api/javascript/ui/gantt/configuration/showworkdays
When the values of the min and max properties of a Splitter pane contain both percentage and pixel values, there are cases when the values contradict with each other in different screen sizes.
For example, if a Splitter pane's min is set to 100px and the max property is set to 20%, in certain screen sizes, the maximum 20% space that the Splitter should occupy may be smaller than 100px.
It will be great if the Splitter can be enhanced with the ability to define which property should take priority over the other in order to handle such scenarios.
It will be a good addition to the component if a placeholder option is provided for the filter input.
Current workaround - https://stackblitz.com/edit/angular-vcm2tlxf
Hello,
Please repeat the following steps to reproduce this issue:
Expected behaviour: It's possible to navigate through the toolbar items like in step 4
Experienced behaviour: You can not navigate through the toolbar items with arrow left or arrow right.
Important: After choosing an item from the dropdown, the kendo-dropdownlist has still an tabindex="0", what is also wrong.
I observed this bug in our application but it's possible to reproduce it with your example, too.
Kind regards,
Roman
The Grid provides column spanning by default, but the change is applied to all rows:
A good addition to the Grid would be to provide conditional columns spanning where some rows are normal while others - have spanned columns such as:
We have a scenario where we have inputs inside the sortable component. As the user types into the input the focus is lost constantly this is due to the Sortable component being re-rendered unnecessarily by Angular change detection. You can see an example here
Angular is moving towards immutable data structures and it is often the recommended practice. Therefore I believe the sortable component should be able to handle the scenario provided. This should be achievable by internally using a trackBy function to help Angular recognise when data hasn't changed. This should be accompanied by allow the consumer to provide their own function for tracking.
A similar issue was raised 5 years ago but wasn't adopted. In my opinion given the massive advancements in Angular and the introduction of Signals this becomes a more pressing issue now and arguably moves from the realm of feature request to bug.
Provide support for dynamic label positions for the Donut chart.
Some labels to be displayed inside the Donut, and other (which couldn't fit) to be outside, similar to:
Hi Team,
Currently, the zoom property is only responsible for setting the initial zoom level of the document inside the PDFViewer component. I would like to request an option that would allow setting the zoom property dynamically/programmatically.
Hi Team,
Currently, when loading large PDF files with numerous pages, there seems to be a delay in the search and zoom functionalities.
I would like to be able to load the pages of the PDF one at a time and handle the pageChange in order to load the next page.
https://stackblitz.com/edit/angular-obj4gecf
If you click the first 2 cells in column "UnitPrice", the first one reports column 2 (which is correct), the second reports column 1.
I suspect rowSpan causes this, rows without rowSpan seem to work.
Currently, it is not possible to enter a date that falls exactly on a Daylight Saving time.
Check the following example where it is not possible to enter 3 for the hours' section (it is also not possible to select 3 from the TimePicker popup):
https://stackblitz.com/edit/angular-nstdolh5-xfiws9nr
That behavior is expected as there is no such time in the Bulgarian time zone. Daylight saving time begins on 30 March 2025 03:00 when the time is moved 1 hour forward.
The demonstrated undesired behavior for the specific date will be reproducible only if the example is opened in the specified time zone. But the same behavior is valid for any other date that falls on Daylight Saving time in other time zones.
We should decide on what the expected behavior is for such cases. For example not allowing entering the value, displaying an error, auto-switching to the real hour (4 AM), etc.