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?)
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?
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,