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
}
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