I am working on a layout in Blazor using Radzen components where I need to create multiple rows. On the left side of each row, there is a RadzenText, and on the right side, there is a RadzenTextBox. I would like all RadzenText labels to have the same width, based on the widest one. How can I achieve this without using JavaScript, just with Radzen controls and CSS?
Good idea, I'll give it a try, thanks.
By the way, is there a way to dinamically resize RadzenColumn to fit the content?
Or if I set Size=1 the column with will be 1/12 of horizontal available space even if the remaining 11/12 are empty?
In your case you can use RadzenRow for each label:textbox pair and place each one of them in a separate column. Then set the same size of the label columns to make sure the textbox columns are properly aligned.