Hi -
I've been trialing kendo UI for angular and it is pretty powerful
I would like to use the kendo-window toolbar as my kendo-tile "toolbar"
The main feature I want to leverage from the kendo-window doing so is the "Maximize" and "Close" features ("Minimize" should be disabled or better yet not visible)
I do want to use kendo-tile to leverage dragging and autoflow repositioning
Is there any way to do this?
Would greatly appreciate your help
Thanks
this tag helps to customize the message hints, but it's coming as a string
we need to show the hint like this. How do we do?
I am using the kendo grid checkbox column to select the records. but the records are not displaying as selected, once I move to the nextpage. I want the selected records to be shown as selected even i move to nextpage and come back to the same page.
in the below image, the slected records are showing as selected even when the page is changes. kindly help with code
Hi,
I need to add some margins to the events, so that they look like this:
Is there a way to achieve that with Kendo Scheduler for Angular?
Thanks
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.