Telerik Forums
Kendo UI for Angular Forum
1 answer
397 views

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.

Yanmario
Telerik team
 answered on 05 Oct 2022
1 answer
150 views

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'.

Martin Bechev
Telerik team
 answered on 03 Oct 2022
2 answers
94 views

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

Martin Bechev
Telerik team
 answered on 30 Sep 2022
1 answer
441 views

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.

1 answer
451 views

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 ? 

Martin Bechev
Telerik team
 answered on 29 Sep 2022
0 answers
89 views

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:

Aaron
Top achievements
Rank 1
Iron
 asked on 28 Sep 2022
1 answer
237 views

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

 

Yanmario
Telerik team
 answered on 28 Sep 2022
1 answer
132 views

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?

 

 

Asoka Sampath
Top achievements
Rank 1
Iron
 answered on 28 Sep 2022
0 answers
94 views

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.

Kendo UI grid Unresponsive

Kindly look into it..

 

 

Wahab
Top achievements
Rank 1
 updated question on 27 Sep 2022
0 answers
94 views

Under the export options for charts, there's an example of how to fit a chart to the size of your paper. Part of this example includes some kind of conversion function and a rectangle constant.

function mm(val: number): number {
  return val * 2.8347;
}

const PAGE_RECT = new geometry.Rect([0, 0], [mm(210 - 20), mm(297 - 20)]);

However, there is absolutely no explanation for these numbers. Am I converting to or from millimeters, and what's the other unit? Why am I doing this? Where are these 210 and 297 numbers coming from in the page rectangle? I can see that the minus 20 is accounting for the 1cm margin set in the PDF below, but other than that I have no idea what the origin of these numbers is.

Can someone please translate these magic numbers? Telerik, can you please add comments to the example code explaining?

Megan
Top achievements
Rank 1
Iron
Iron
 asked on 26 Sep 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?