Specifies the expand behavior of RadzenDataGrid<T>.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public enum DataGridExpandMode| Name | Description |
|---|---|
| Single | The user can expand only one row at a time. Expanding a different row collapses the last expanded row. |
| Multiple | The user can expand multiple rows. |