We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Hide Grid.Grouping Counter

I don't want to display the regular Grouping Row template:
Group.ColumnName + ": " + Group.Key + " - " + Group.Count + " items"
I need to remove the Grouping Counter.


My solution right now is:
$("#MyGroupingGrid .e-groupcaption").each(function (i, e) {
    var t = $(this).text(), p = t.lastIndexOf(" - ");
    if (p >= 0) {
        $(this).text(t.substr(0, p));
    }
});
There's any cleaner way to get what I need?

1 Reply

PK Prasanna Kumar Viswanathan Syncfusion Team February 26, 2015 11:19 AM UTC

Hi Sam,

We considered this requirement “Need to remove the grouping counter” as a bug and a support incident has been created under your account to track the status of this requirement. Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents

Regards,

Prasanna Kumar N.S.V



Loader.
Live Chat Icon For mobile
Up arrow icon