Skip to content
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

New AddTemplateDecorator control #1760

Merged
merged 4 commits into from
Feb 8, 2024
Merged

Conversation

exyi
Copy link
Member

@exyi exyi commented Jan 13, 2024

The decorator appends or prepends content to the decorated control.

It can be used to add additional rows to GridView

@exyi exyi added this to the Version 4.3 milestone Jan 13, 2024
The decorator appends or prepends content to the decorated control.

It can be used to add additional rows to GridView
{
/// <summary> Template is rendered after the decorated control. </summary>
[MarkupOptions(MappingMode = MappingMode.InnerElement)]
public ITemplate After
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename to AfterTemplate and BeforeTemplate.

@tomasherceg tomasherceg merged commit 33a7fec into main Feb 8, 2024
14 checks passed
@tomasherceg tomasherceg deleted the add-AddTemplateDecorator branch February 8, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants