UI for Blazor
We developed the GridLayout for Blazor to provide you with an easy way to organize UI elements in a grid-layout system with rows and columns. The component is based on a CSS grid layout, thus items can be configured per specific row and column. Implementing it would give your project a sophisticated look, while practically organizing and displaying data in the most convenient way for your clients’ needs. This component is similar to the Gird in WPF and you can easily arrange elements in a familiar way.
See the Telerik UI for Blazor GridLayout demo
With the GridLayout component you can apply several built-in themes such as Default (our own styling), Material (based on the Material Design guidelines), Bootstrap (which looks like the Bootstrap styling to integrate better) and Fluent (based on Microsoft Fluent UI) on the components stacked within the layout. Each theme predefines several series colors, so your data is visualized according to your design guidelines. You can further customize any of the out-of-the box themes, style a specific chart component or create new theme to match your colors and branding by using the Telerik SASS ThemeBuilder application.
The Telerik UI for Blazor Grid Layout component supports right-to-left configuration. The RTL functionality is supported by most of our components to accommodate users who communicate in a right-to-left language script, such as Arabic and Hebrew.
Learn more in our Blazor Right-to-Left Support documentation