From 1abcb87bf92d01bb8038dbf464e5bc06c07353fd Mon Sep 17 00:00:00 2001 From: Yogaprakash Kanagaraj Date: Tue, 21 Apr 2026 17:41:49 +0530 Subject: [PATCH] 1022529: Updated the readme content --- README.md | 44 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 413c8a5..7bf17d1 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,46 @@ # Customize Header Rows of Timeline Views in Blazor Scheduler -A quick start Blazor project that helps you to learn how to customize header rows of timeline views in the Blazor Scheduler. In this video, you will learn how to add different header row options in timeline views. Also, you'll see how to customize the header rows with built-in template options and how to load a complete year of data in the Scheduler. +## Project Overview -**Examples**: https://blazor.syncfusion.com/demos/scheduler/header-rows?theme=bootstrap4 +This is a quick start Blazor project designed to help developers learn how to customize header rows of timeline views in the Blazor Scheduler component. Through this project, you'll explore how to add different header row options in timeline views, customize header rows using built-in template options, and implement functionality to load a complete year of data in the Scheduler. This example demonstrates best practices for advanced Scheduler customization in Blazor applications. -**Documentation**: https://blazor.syncfusion.com/documentation/scheduler/header-bar/#timelineyear-header-customization +## Features + +* Learn to customize timeline view header rows +* Explore header row options and configurations +* Implement built-in template options for headers +* Load and display complete year data in the Scheduler +* Access live working examples with Bootstrap theme ## Prerequisites * Visual Studio 2022 +* .NET framework compatible with Blazor +* Basic knowledge of Blazor components and C# + +## Documentation + +* **Blazor Scheduler Introduction**: https://blazor.syncfusion.com/documentation/introduction +* **Blazor Scheduler Getting Started**: https://blazor.syncfusion.com/documentation/schedule/getting-started +* **Timeline Header Customization**: https://blazor.syncfusion.com/documentation/scheduler/header-bar/#timelineyear-header-customization + +## Examples + +**Live Demo**: https://blazor.syncfusion.com/demos/scheduler/header-rows?theme=bootstrap4 + +## How to Run the Project + +1. Checkout this project to a location on your disk +2. Open the solution file using Visual Studio 2022 +3. Restore the NuGet packages by rebuilding the solution +4. Run the project and explore the timeline header customization features + +## Key Concepts + +* **Header Row Customization**: Learn techniques to customize the appearance and functionality of timeline view headers +* **Template Options**: Discover how to use Blazor templates to create custom header layouts +* **Data Management**: Understand how to efficiently load and display large datasets for year-long calendar views -## How to run the project +## Support -* Checkout this project to a location in your disk. -* Open the solution file using the Visual Studio 2022. -* Restore the NuGet packages by rebuilding the solution. -* Run the project. +For additional assistance or questions, refer to the official Syncfusion Blazor documentation and community forums.