Hello,
I have a button that has a tooltip. I have a requirement to add a hyperlink inside this tooltip. When I hover the the button, this tooltip should appear with a hyperlink inside. I can click on this link to navigate to an external site like https://www.telerik.com/kendo-angular-ui.
Is it possible to have a hyperlink inside a tooltip for Kendo UI for Angular?
Thank you in advance for your help.
I have a project that uses Kendo UI for jQuery to work with spreadsheets. I want to recreate the project from scratch in Angular using the Spreadsheet component.
We have some custom functions to use in the spreadsheets. In jQuery, I am currently using `kendo.spreadsheet.defineFunction()` to define our custom functions and I would like to do the same in Angular. How can I do it? I tried to find some information in the documentation but I didn't succeed.
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