A component that lets you customize the TelerikGrid<TItem>'s auto-generated columns position and width.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class GridAutoGeneratedColumns : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseGridAutoGeneratedColumns
Implements:
Inherited Members
Constructors
C#
public GridAutoGeneratedColumns()
Methods
C#
protected override void OnInitialized()
Overrides:
Properties
Defines the width each auto-generated column.
C#
[Parameter]
public string ColumnWidth { get; set; }