I would like to add a numeric box after several of the radio buttons in a Radio Group. Similar to how they are displayed in the Scheduler Appointment entry form. Any suggestions or samples on how to go about doing this using the Telerik Blazor UI tools?
1 Answer, 1 is accepted
1
Accepted
Tsvetomir
Telerik team
answered on 12 Jun 2024, 10:50 AM
Hello John,
Thank you for the provided screenshot and clear explanation of the result you are looking for.
To achieve a custom layout of the RadioGroup items, use the Item Template. The template allows to customize the rendering and appearance of the radio buttons. To assist you further, I've created for you a REPL example that demonstrates the desired outcome.
I hope the provided approach serves you as a base for continuing with your project.