How do you get the filter menu in a Grid to be ordered?

1 Answer 63 Views
Grid
Jerdobi
Top achievements
Rank 1
Iron
Iron
Jerdobi asked on 16 Feb 2022, 03:58 AM

I set a Grid to have the property  FilterMode="@GridFilterMode.FilterMenu" and find that the items in the filter for the column are not ordered ascending.  How can I assure that the filter menu list is ordered?

 

 <GridColumn Field="@nameof(PackageRequest.Product)" Title="Product" Width="120px">
            <Template>
                @{
                    var item = context as PackageRequest;
                    @item.Product
                }
            </Template>
        </GridColumn>

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 17 Feb 2022, 07:37 PM

Hi,

You can Follow the implementation of such functionality here: https://feedback.telerik.com/blazor/1504816-sorted-checkboxlistfilter-by-default.

 

Regards,
Marin Bratanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Grid
Asked by
Jerdobi
Top achievements
Rank 1
Iron
Iron
Answers by
Marin Bratanov
Telerik team
Share this question
or