Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2585
Hide grid summaries until user selects option from feature chooser
posted

The filter row has a toggleFilterRowByFeatureChooser option where you can hide the row until the user selects it from the feature chooser menu. Is there a similar option for the summaries? If I do this: $("[data-widget=Grid]").igGridSummaries("toggleSummariesRows", false, null); it hides the summaries but the feature chooser option says "hide summaries" instead of "show summaries".


This is the call I'm using for the filter row.

$("[data-widget=Grid]").igGridFiltering("toggleFilterRowByFeatureChooser");

Parents Reply Children
No Data