-
Notifications
You must be signed in to change notification settings - Fork 29
Added new kb article adding-calendar-to-telerik-report #1774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new kb article adding-calendar-to-telerik-report #1774
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new knowledge base article explaining how to create calendar layouts in Telerik Report Designer using List items and multi-column approaches.
- Documents creating single month calendars using List items with 7 columns for weekdays
- Explains creating yearly calendars using nested Lists with configurable month layouts
- Provides practical examples with expressions for weekday headers and references to sample reports
* The detail section should contain both the Month list with its side panels, and above it the Month name in a TextBox or HtmlTextBox. | ||
* The TextBox/HtmlTextBox with month name should be Docked to the top of its parent Panel. This ensures the month name will be displayed above the whole week. | ||
|
||
This is the whole 2025 calendar created with the above approach. You may downloas the demo report [Calendar.trdx](https://github.com/telerik/reporting-samples/blob/master/Sample%20Reports/Calendar.trdx) from the reporting-samples repo: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a spelling error: 'downloas' should be 'download'.
This is the whole 2025 calendar created with the above approach. You may downloas the demo report [Calendar.trdx](https://github.com/telerik/reporting-samples/blob/master/Sample%20Reports/Calendar.trdx) from the reporting-samples repo: | |
This is the whole 2025 calendar created with the above approach. You may download the demo report [Calendar.trdx](https://github.com/telerik/reporting-samples/blob/master/Sample%20Reports/Calendar.trdx) from the reporting-samples repo: |
Copilot uses AI. Check for mistakes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
No description provided.