Duplicated
Last Updated: 30 Dec 2021 14:12 by ADMIN
Anusha
Created on: 23 Dec 2021 18:36
Category: UI for Blazor
Type: Feature Request
0
How to Order collapsed groups by different field like groupingorder in telerik grid blazor grouping

I have a column grouped by groupname of producttype having values likes diesel,electric,gas,petrol but i want specific order in groups to appear like diesel,petrol,electric,gas 

 

Using  

 

Protected void onstateinithandler(gridstateeventargs <prdouctmodel> args)

{

gridstate <productmodel> statetobe = new gridstate <productmodel>()

{

GroupDescriptors = new list <groupdescriptor>()

{

new GroupDescriptor()

{ Member= "producttype",

Membertype =typeof (string)

}

},

Collapsedgroups =enumerable.range (0,4).tolist ()

};

args.gridstate = statetobe

}


Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
1 comment
ADMIN
Hristian Stefanov
Posted on: 30 Dec 2021 14:12

Hi Anusha,

I see a completely valid feature request based on the provided information. We already have an open feature request that seems to cover the functionality here:

Allow sorting the grouped column

I voted in the public item on your behalf to increase the item popularity. I'm also marking this item as "Duplicated" to the above public post.

If you need further information or the idea here is different, please let me know. Thank you.

Regards,
Hristian Stefanov
Progress Telerik

Learn about the important changes coming in UI for Blazor 3.0 in January 2022!