NextGrid
Definition
Namespace: BergSoft.UI.Blazor
, Assembly: BergSoft.UI.Blazor.dll
A public class for DataGrid component.
Properties
Parameters
Name | Description | Type | Default |
---|---|---|---|
EmptyText | Text to be shown when grid have no data to show i.e. is empty. | string | "(Empty)" |
ItemsSource | Specifies an item source (usually a list) to be rendered inside a grid. | IEnumerable? | null |
MultiSelect | Can an user select multiple items by holding Ctrl and Shift keys. | bool | false |
SelectedItem | Currently selected (if any) item inside grid. | T? | null |
SelectedItems | List of all currently selected items. | IList<T> | null |