This is a migrated thread and some comments may be shown as answers.

Issue with Grid filter

3 Answers 270 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Veteran
Iron
Andrew asked on 20 Oct 2020, 04:47 PM

when I click on the filter icon of the grid I get this error

 

Microsoft.JSInterop.JSException: Could not find 'showAnimationGroupAsync' in 'window.TelerikBlazor'.
Error: Could not find 'showAnimationGroupAsync' in 'window.TelerikBlazor'.

 

I am using Telerik.UI.forBlazor 2.17.0

 

and i am referencing the local JS file _content/Telerik.UI.for.Blazor/js/telerik-blazor.js

 

I am not sure what is causing this error, any help would be appreciated 

 

Thanks

 

 

3 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 20 Oct 2020, 05:09 PM

Hello Andrew,

The following article summarizes the known reasons and solutions for such problems: https://docs.telerik.com/blazor-ui/troubleshooting/js-errors

If going through them does not help, I recommend you open a support ticket and send us a small runnable sample that shows the problem so we can take a look at the concrete situation.

 

Regards,
Marin Bratanov
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

0
Andrew
Top achievements
Rank 1
Veteran
Iron
answered on 20 Oct 2020, 07:43 PM
thanks, I will try to... I have noticed this issue only happens when running locally from Visual Studio
0
Marin Bratanov
Telerik team
answered on 21 Oct 2020, 07:44 AM

Hi Andrew,

In such a case, it is likely that there is a timing issue due to the extremely low latency of the localhost "connection" and perhaps removing the "defer" attribute from the script will help with that. It is not a mandatory thing, we add it to the documentation with the hope to speed up people's pages a bit.

 

Regards,
Marin Bratanov
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

Tags
Grid
Asked by
Andrew
Top achievements
Rank 1
Veteran
Iron
Answers by
Marin Bratanov
Telerik team
Andrew
Top achievements
Rank 1
Veteran
Iron
Share this question
or