Demo "paste-from-excel" generates errors

2 Answers 67 Views
Grid
Stéphane
Top achievements
Rank 1
Iron
Stéphane asked on 12 Jul 2021, 03:41 PM

Hi,

I downloaded the Telerik UI for Blazor Trial (version 2.25.0) and I'm investigating the "paste-from-excel" demo (first one I have to go through) from GitHub paste-from-excel (.Net 5.0). Unfortunately I get the following runtime errors (see screenshot).

I'm using:

  • VS 2019 Enterprise 16.10.2
  • Chrome  91.0.4472.124

Does anyone know how to fix it?

I would really appreciate any help because I'm far from saying to upper management that this is the right library for us.

Thanks in advance

2 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 12 Jul 2021, 03:55 PM

Hello Stéphane,

If you are using a Trial version, you must replace the references in the project to the trial names of the Telerik packages (amend ".Trial") to them:

Those samples generally come with the commercial references as that's their most common audience.

If this does not help, enable the detailed errors here https://github.com/telerik/blazor-ui/blob/master/grid/paste-from-excel/Startup.cs#L30

services.AddServerSideBlazor(opts => opts.DetailedErrors = true);

to see what the actual error is, and see if it is one of those: https://docs.telerik.com/blazor-ui/troubleshooting/js-errors

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Stéphane
Top achievements
Rank 1
Iron
answered on 12 Jul 2021, 05:34 PM

Hi,

It's working!!!

Thanks a lot

Marin Bratanov
Telerik team
commented on 13 Jul 2021, 03:19 PM

Glad I could help :)
Tags
Grid
Asked by
Stéphane
Top achievements
Rank 1
Iron
Answers by
Marin Bratanov
Telerik team
Stéphane
Top achievements
Rank 1
Iron
Share this question
or