[PR #2026] [MERGED] (docs): Clarify that ShowHeader needs to be set to true if using NavigationTemplate #3034

Open
opened 2026-01-29 18:21:37 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2026
Author: @joelmandell
Created: 3/10/2025
Status: Merged
Merged: 3/11/2025
Merged by: @enchev

Base: masterHead: fix/navigation_template_docs


📝 Commits (1)

  • e0d7e81 (docs): Clarify that ShowHeader needs to be set to true if using NavigationTemplate.

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 Radzen.Blazor/RadzenScheduler.razor.cs (+1 -0)

📄 Description

Hello.
This is a proposal for just adding to the docs that ShowHeader needs to be set to true for NavigationTemplate to work.
I read the docs before I had updated the nuget and had been setting that parameter ShowHeader=false, without it doing anything really (because I was running older version).

But today when I bumped up the package I could not understand why NavigationTemplate was not rendered anymore. It took me some tries but I went to the source code and saw the condition ShowHeader. But it is not obvious in the docs that it needs to be set to be used AFAIK :)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/2026 **Author:** [@joelmandell](https://github.com/joelmandell) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/11/2025 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `fix/navigation_template_docs` --- ### 📝 Commits (1) - [`e0d7e81`](https://github.com/radzenhq/radzen-blazor/commit/e0d7e816bc38f7ffb3ec30d89deae883c55e4e60) (docs): Clarify that ShowHeader needs to be set to true if using NavigationTemplate. ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenScheduler.razor.cs` (+1 -0) </details> ### 📄 Description Hello. This is a proposal for just adding to the docs that ShowHeader needs to be set to true for NavigationTemplate to work. I read the docs before I had updated the nuget and had been setting that parameter ShowHeader=false, without it doing anything really (because I was running older version). But today when I bumped up the package I could not understand why NavigationTemplate was not rendered anymore. It took me some tries but I went to the source code and saw the condition ShowHeader. But it is not obvious in the docs that it needs to be set to be used AFAIK :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:21:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#3034