Error occured when loading spreadsheet.

1 Answer 51 Views
Spreadsheet
shin
Top achievements
Rank 1
shin asked on 14 Sep 2022, 12:03 AM

I have updated v2022.3.906 but spreadsheet had an error,

Uncaught TypeError: this._applyAriaAttributes is not a function

    at b.RadColorPicker.initialize 
    at b.RadColorPicker.endUpdate
    at Sys.Component.create
    at Array.<anonymous> ...

and same to your demo site. 

https://demos.telerik.com/aspnet-ajax/spreadsheet/examples/overview/defaultcs.aspx

How can I fixed it?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 14 Sep 2022, 10:41 AM

Hello Shin,

The officially released version from today (2022.3.906) should work properly. If the issue persists, you might need to hard refresh the demo page so the browser cache is cleared.

Regards,
Peter Milchev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

shin
Top achievements
Rank 1
commented on 15 Sep 2022, 12:33 AM

Demo works well after hard refreshing, but my page has this problem.

When I delete these 3 tools (color property), works well.

<telerik:SpreadsheetTool Name="BackgroundColor" ShowLabel="false" />
 <telerik:SpreadsheetTool Name="TextColor" ShowLabel="false" />
<telerik:SpreadsheetTool Name="BorderColor" ShowLabel="false" />

What can I do something else?

Thank you.

Peter Milchev
Telerik team
commented on 15 Sep 2022, 02:45 PM

Hi Shin, Please rebuild cleanly the project and if you use NuGet, clear the NuGet cache before restoring the packages. 

You can also uninstall and re-install the Telerik UI for ASP.NET AJAX and see if that would fix the issue.

Tags
Spreadsheet
Asked by
shin
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or