kendoGridEditTemplate is ignored if the grid data has only one row.
See my demo: https://angular-faioq7.stackblitz.io
You have to click twice on the cell to reach the default editor within the stackblitz demo.
In my local project happens this even on the first click.
>1 rows work fine.
We have a couple of questions regarding the scheduler component:
- What is the recommended way of changing/overwriting CSS classes defined by Kendo (like .k-scheduler-table etc.)? Is it possible without setting ViewEncapsulation.None?
- Is there a way to define long time slots with a background color, similar to the scheduler control in WPF? We can define a custom kendoSchedulerTimeSlotTemplate but this has a couple of drawbacks: It is only one cell of the table, we can't render a text in the center of the slot and there is no access to the style of the surrounding element, which sets a padding and a height)
- How can we set the background color of a whole day in the day/week view?
- Will it be possible to set a (vertical) zoom via data-binding in the future?
- How can we set working hours independently for each day in the week view?
- How can we select the days to show up in the week view (e.g., Monday, Wednesday, Friday)?
- How can we translate the "TODAY" text (written in uppercase in the popup calendar that appears when clicking on the current date in the scheduler)? Setting <kendo-scheduler-messages today="Heute"> does not work here, it just translates the text on the button.
- We use the currentTimeMarker with the following settings: {enabled: true, updateInterval: 60000}. But it updates itself far more often (several times per second). How can we achieve that it updates just once per minute?
If you have a start/end time that does not include the current time then the current time marker will give the schedule odd behavior.
https://stackblitz.com/edit/angular-jrvxwy
So for example if the start/end time is 8:00AM - 10:00AM but the current time is 3:00PM.
Sometimes there is a red arrow that locks to the top of the scheduler. I have also seen the the issue create a large whitespace below my calendar with a red arrow/line underneath. Setting the [currentTimeMarker]="false" solves the issue. I would expect that the marker would just not show anywhere if the time range does not support it.
I'm using an external form to edit grid rows. I have a CommandColumn that contains 3 buttons with the EditCommand, RemoveCommand, and CancelCommand directives.
I have the edit and remove commands working, and the data is being bound to the external form. I can also save the form just fine.
However, I have a requirement for the cancel to exist on the grid row, not on the form. I'd like the grid row to toggle to an edit mode, but have the editing done in my form, thus allowing me to cancel from the grid.
Is this even possible? I couldn't figure out any way to do it on my own.
Looking at using a progressbar with my Angular project. Does there exist something in the Kendo UI Angular library?
Im only using the buttons and dialog libraries now, and will be using the grid as well.
I would like to know if it is possible to generate PDF/A compliant file with PDF Export?
How can I prevent closing menu after item is clicked?
I am using select event and navigate to another page inside handler, but I don't want that menu is closed.
I am using the DialogService to open a help dialog popup at runtime. It seems to work fine, except the close 'X' icon of the dialog disappears after a certain testing pattern.
The dialog initially displays OK with the close 'X' icon at the upper right corner of the dialog. After I clicked on a toggle switch button to hide and show different components on the page, then the same help dialog would open with a missing close 'X' icon at the top right corner. From then on, any dialog popup would no longer show a close 'X' icon to close the dialog. Pressing ESC only would close the dialog.
I think there may be some css conflict that caused the close icon to not display, but I can't figure it out.
When capturing the HTML of the dialog titlebar in both cases, the HTML difference shows there are tags ::before and ::after for the dialog instance that shows the close icon.
Can you tell me how to force the close 'X' icon to display on the dialog?
Thanks!
Hi
I have a kendo-window with a grid. The requirement is that I should disable the kendo-window scrollbar and only enable the scroll-bar for the grid withing it.Is this possible? If so how. Any help is greatly appreciated.
Regards,
Jyothi