Standard Navigation bar stopped working after 2.26 update

1 Answer 70 Views
General Discussions
almostEric
Top achievements
Rank 1
Iron
Iron
almostEric asked on 23 Aug 2021, 10:36 AM
I have a project that is based on the standard "sever side blazor" project template in Visual Studio.
It's been working more or less fine over the past year and has had the Telerik package there from the beginning. The project makes extensive use of Telerik' blazor controls.
When I updated to 2.26, my nav bar suddenly disappeared. I can step through the code but nothing displays.
I am pretty sure there is some kind of CSS conflict going on, but I'm just not savvy enough here to diagnose the issue.

1 Answer, 1 is accepted

Sort by
0
Svetoslav Dimitrov
Telerik team
answered on 26 Aug 2021, 08:50 AM

Hello Eric,

The best way to determine which part of the CSS conflicts is to chunk delete/comment out parts of the CSS file. For example, you can comment out the first 50 lines of CSS and run the application and if it still does not behaves as expected you can comment out the next section. It might be a bit handful, but there is no good way to debug CSS files. 

I hope this helps you move forward with your application.

Regards,
Svetoslav Dimitrov
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/.

Tags
General Discussions
Asked by
almostEric
Top achievements
Rank 1
Iron
Iron
Answers by
Svetoslav Dimitrov
Telerik team
Share this question
or