I have a SmartGWT grid, where I want to display some data from JBoss-Server and it's grouped by one textfield that I fetch from JSON.
So, but I want this textfield only in the header of each group.
When I do .hideField on this field, then i'm loosing the group.
grid.hideField("pool");
But when i hide it over the context-menue of the grid header, the column remains.
Any idea how to do this?
Roman.