Library Blazor Components NextGrid Reference Classes NextGrid

NextGrid

Definition

Namespace: BergSoft.UI.Blazor, Assembly: BergSoft.UI.Blazor.dll

A public class for DataGrid component.

Properties

Parameters

NameDescriptionTypeDefault
EmptyTextText to be shown when grid have no data to show i.e. is empty.string"(Empty)"
ItemsSourceSpecifies an item source (usually a list) to be rendered inside a grid.IEnumerable?null
MultiSelectCan an user select multiple items by holding Ctrl and Shift keys.boolfalse
SelectedItemCurrently selected (if any) item inside grid.T?null
SelectedItemsList of all currently selected items.IList<T>null

Methods

Sign in