Hi everyone
I have browsed the forums, but can't seem to find a recent article. As the title says, we would like to add a "No data" template to our existing Kendo charts.
Is there a directive/template we can use in the API that will do this for us? The alternative is to create a custom overlay, but thought that Kendo would have something like this built in?
Thanks.
Trying to get this example to run but I can't get past these compile errors: Any guidance?
https://www.telerik.com/kendo-angular-ui/components/grid/master-detail/
Element implicitly has an 'any' type because expression of type '"value"' can't be used to index type 'Object'.Element implicitly has an 'any' type because expression of type '"@odata.count"' can't be used to index type 'Object'.
Hi there,
I'm curious as to what would be the best approach in having a function execute once the animation is done. I could do a setTimeout and invoke the function from there but I'm looking for a more elegant solution if there is one.
I was hoping that the PopupAnimation interface and it's underlying class can provide a callback hook for executing code after the animation has finished.
Thank you and looking forward to your response.
Cheers!
Jaime
Hi, we are looking for the input, dropdowns which has this outline design in the material theme but we are not able to find it.
It'd have been better if we have this.
something like this https://codepen.io/finnhvman/pen/xyOORQ
Thanks.
Since if it is saved per upload I need to generate a GUID to then later match the files with the submitted form. It would be easier to somehow only have them all goto the server when the form is submitted.
Any code samples for this ?
I am populating a chart with dates, but I want to change the display format of the date. Right now date comes in as isoString and displays as M/dd, but I would like to display as DayOfWeek MM/dd, is this possible to achieve?
Current output:
Desired Example:
When using the Fluent theme, I would expect the colour of a disabled switch to be a lighter version of the colour for the normal on state, but it's grey, so not easily to tell the difference in the switch state between on and off.
Using the normal theme;
Using the fluent theme
Hi All,
I am using angular 13 and using kendo-multiselect control. I am having an issue when deleting a single value which caused removing all the items. If i click any of the following green highlighted close button all the items get disappear. Code sample also attached herewith. Anything wrong i am doing here?
Hi,
I have been using a kendo UI grid for Angular. It do have a checkbox column as well. When I try to vertically scroll it back and forth. The UI become unresponsive and I can't click the checkbox for some time. After some time I am able to click the checkbox
Below is the link for the captured video. I anticipate its due to improper capturing of mouse wheel scroll event.
Kindly look into it..