Is there a way to programmatically show a filter menu in the grid?
basically, we are implementing a mobile grid out of kendo grid for angular. We made it look like a card stacked view so it has no column headers.
We need to show filter menu on each column programmatically. Is there a way to do this?
Thanks!
#kendoui #angular2+ #grid #filter
Hi Team,
I have faced the following violation (The role attribute is not necessary for the tr, th and td elements) in IBM accessibility checker of your accessibility sample and it meets only 61%. Is the bug?
Screenshot:
I am also noticed in your sample that you've used two separate tables for the header and content. Is there a particular reason for this choice, and does it offer any advantages or limitations?
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?