Hi,
i got an issue while using RadzenTree with a template.
Follow these steps:
-
Got to RadzenTree-Example
-
Change to "Edit Source"-Tab and replace the whole
<RadzenTree>
with
<RadzenTree>
<RadzenTreeItem>
<Template>
<RadzenButton Icon="warning"
ButtonStyle="ButtonStyle.Warning"
Size="ButtonSize.Medium"
Style="margin-right:10px"/>
<RadzenText>This is a test</RadzenText>
</Template>
</RadzenTreeItem>
</RadzenTree>
- Click "Run"
- The icon of the RadzenButton is not centered
- Unchecking the checkbox of the marked css solves the issue
Is there something wrong of using RadzenTree like that?
Thanks in advance.
Best regards.