Blazor Data Form Example - Column Layout
This sample demonstrates the ColumnLayout functionality example of the Blazor Data Form component This layout allows form fields to be organized into multiple columns within the form container, enhancing readability and optimizing space usage.Making it more user-friendly and visually balanced."
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.