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 o
The clean way is to hide the ListGridField like this:
ListGridField
ListGridField groupField = new ListGridField(FLD_CATEGORY, "Group"); groupField.setHidden(true);
Note that if you use a DataSourceField, you may need to declare hard-coded ListGridField definitions
DataSourceField