Deployed grouping in a Data Grid not showing correctly (in Developer it's correct)

I have a Data Grid where I use grouping to show the information. It looks like in the attachment “shown in developer”, i. e. as expected. After deployment, it looks like in the attachment “shown on deployed server”, where the grouping is not displayed. It only has some small icon on each row (triangle placeholder?)

What could be missing or wrong?

Regards,

no errors in the logs? is the same ng grids version used? is the grouping not working on first show or it’s not working also from the UI?

The ‘dotted’ icon is a drag and drop source indicator. Check that the first column has the dndSource property is set to false (default). I’m not sure why there’d be a difference between dev and deploy though.

I don’t see errors which seem related to the problem. Yes, the same ng grids version is used as the ng grid is exported from the Developer. It does not work on first show and does also not work from the UI.
By the way, did you try the grouping grid in your environment? As deployed app? Does it work?

Regards,

Hi Seain

Thanks, I did not know that the dotted icon is to drag the row (whole group as well?).
I assume I accidentally checked dndSource so the icon appeared. Setting it to false removed it from the row.
Thanks and regards,

create a simple sample that uses the sample database from Servoy, create a war, see if it still reproduces when deployed, if so, create a case with the war file

Gabi, I have little time at the moment but will try to make a sample asap. May be in the mean time you can try to set a Data Grid as grouping.
Thanks and regards,