New to Telerik UI for ASP.NET Core? Download free 30-day trial

DataSourceGroupTagHelper

Example

<group>
    <aggregates></aggregates>
</group>

ChildTags

Tag Name Details
aggregates DataSourceGroupAggregatesTagHelper

Attributes

Attribute Type Description
compare String A JavaScript function which is used to compare the groups (refer to sortable for sorting the items of the groups). It has the same signature as the compare function accepted by Array.sort.
direction String The sort order of the group.The supported values are: "asc" (ascending order) or "desc" (descending order). The default sort order is ascending.
field String The data item field to group by.
In this article
Not finding the help you need?