Can we achieve the below pager template in Kendo grid
Here is the my requirement:
If I scroll then I want to fixed my tabs so user can know easily.
I tried multiple way to add position:fixed but not working.
I'm trying to make a project duration view in my Gantt component with Angular, but I can only find a way to make the daily, weekly, monthly and yearly view. Is it possible to make a view from a certain date to another date?
Thanks in advance and greetings.
Hi there,
How do I access the CSS of the Kendo expander header? I can edit it in dev tools and the changes show up, but when I try to access the k-expander-header in my CSS files, it shows no changes.
Please see the Stackblitz here:
https://stackblitz.com/edit/angular-7tbwhs?file=src%2Fapp%2Fapp.component.ts
Thank you!
I'm creating a form where, if some data already exists, it populates the form with that data. There is a field with three radio buttons in the form and I'm having trouble getting one of the buttons to be checked if that field has a value already. As you can see in the provided stackblitz, the form registers that the gender input has a value of female, but the radio button isn't checked.
How can I get it to be checked?
Thank you!
https://stackblitz.com/edit/angular-7fxtac?file=src%2Fapp%2Fapp.component.ts
I see that sticky columns in master/detail grids aren't supported. But if the sticky column is on the right of the grid, it seems to work fine. Is there a potential risk I'm overlooking? We have grids with potentially long rows, but want to keep the command button on the far right showing regardless of how wide the rows are.
If you don't see it causing subtle issues I'm not noticing now, is there any way to suppress the exceptions it throws in development mode?
Hi ,
I need to remove an event when the user removes it by clicking on the X link which appears when he hovers over it. Currently what happens is this:
- the removeEvent is triggered right away
- then the confirmation dialog appears
But I need to add my code only after the Yes button is clicked on that dialog. Is there an event for that?
I also tried to use my own dialog, so I prevent the default behavior of the remove event, but in this case the widget does not remove the event. So I would like to know how to do it programmatically. Thanks.
Regards,
Anton
ERROR Error: Uncaught (in promise): NullInjectorError: R3InjectorError(Standalone[ReportsComponent])[MultiViewCalendarComponent -> MultiViewCalendarComponent -> MultiViewCalendarComponent -> MultiViewCalendarComponent]:
NullInjectorError: No provider for MultiViewCalendarComponent!
NullInjectorError: R3InjectorError(Standalone[ReportsComponent])[MultiViewCalendarComponent -> MultiViewCalendarComponent -> MultiViewCalendarComponent -> MultiViewCalendarComponent]:
NullInjectorError: No provider for MultiViewCalendarComponent!
Hello,
We're very excited to see the new Angular Spreadsheet component, and would love to switch over from the jQuery one as soon as possible!
However, I noticed one thing missing from the API that we're using with the jQuery version - support for custom toolbar actions.
Is there any way to achieve this in the current version? And if not, are there plans to add this functionality in a future release?