Blazor Data Form Example - Column Layout
The below example demonstrates the column layout of the Blazor Data Form component .
Invoice Payment
The ColumnCount property sets the overall layout of the form,
dividing it into a specified number of columns for organizing form fields ,
Using the ColumnSpan property on form fields adjusts their width within the defined columns, controlling their horizontal layout and alignment in the form.