Save $100 with our Black Friday deals!

Get $100 OFF with promo code BLACKFRIDAY2024 at checkout until November 30.

See Pricing

Still using Radzen Studio?
Achieve more with Radzen Blazor Studio

Radzen Blazor Studio is our new flagship product and vision of how rapid Blazor application development should be done.

Go to Radzen Blazor Studio

DropDownDataGrid (Angular)

This guide demonstrates how to use the DropDownDataGrid component.

DropDownDataGrid Properties

Name Type Default Description
Name string ‘dropdownDatagrid’ + index suffix Unique name of the DropDownDataGrid.
Placeholder string empty DropDownDataGrid placeholder.
Count integer null DropDownDataGrid number of all records.
PageSize integer 10 DropDownDataGrid number of records per page.
Data array null DropDownDataGrid data.
Value string null DropDownDataGrid value.
TextProperty string null DropDownDataGrid data text property name.
AllowFiltering boolean/expression false Is DropDownDataGrid filterable.
AllowClear boolean/expression false Can clear DropDownDataGrid value.
AllowSorting boolean false Is sorting allowed.
Multiple boolean/expression false Is multiple selection allowed.
Disabled boolean/expression false Is DropDownDataGrid disabled.
Visible boolean/expression true Is DropDownDataGrid visible.

DropDownDataGrid Events

Name Type Default Description
Change event null Change event of the DropDownDataGrid. Selected value as event argument.
LoadData event null Load data event of the DropDownDataGrid raised on page, sort and filter with info about the current page, page size, sorted columns and filter expressions in OData v4 format

For more info about event actions please visit event actions in our documentation.