Hello,
How can I make your Button component use a block style? By that I mean how can I make the button take up the full width/size of its container?
Thank you,
Jason
Hello,
How can I make your Button component use a block style? By that I mean how can I make the button take up the full width/size of its container?
Thank you,
Jason
Hi @JasonAlanSmith,
<RadzenButton Style="width: 100%;" ... />
should do it.