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
250
igGrid issue with Grouping
posted

Hi,

I am trying to build a grid with Group By. It works well as long as I add

features:
[
{
name: "GroupBy",
type: "local",
columnSettings: [{ columnKey: "ExpenseTypeID", isGroupBy: true }]
}
]

If I do not add group by feature my grid displays data. After adding GroupBy Feature, the grid actually stops displaying data.