Unplanned
Last Updated: 29 Mar 2022 07:41 by ADMIN
Marin Bratanov
Created on: 26 Mar 2022 13:47
Category: UI for Blazor
Type: Feature Request
5
DisplayField for TelerikCheckBoxListFilter to allow using IDs for filtering but showing something meaningful to the user

In

            <FilterMenuTemplate Context="context">
                <TelerikCheckBoxListFilter Data="@NameOptions"
                                           Field="@(nameof(NameFilterOption.Name))"
                                           @bind-FilterDescriptor="@context.FilterDescriptor">
                </TelerikCheckBoxListFilter>
            </FilterMenuTemplate>

I would like to have a DisplayField or TextField so that i can show the user something meaningful, while still filtering based on IDs behind the scenes?

More details on the concept for custom data: https://docs.telerik.com/blazor-ui/components/grid/filter/checkboxlist#custom-data

0 comments