Greetings,
I'm trying to build a datagrid grouped by 2 objects (project and user). I want this grid to look like this at first, with the project group expanded and the user group collapsed. But I still want the user to be able to expand/collapse a group as he wants.
For the moment, on first render, everything is expanded. Using the GroupRowRender parameter, I obtained the result i'm looking for but the user is not able anymore to expand or collapse a row. WHat's the solution?