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
There is simple and clean workaround. Just set width parameter of the filed to '0'. Additionally clear title parameter if you have one (but this is only necessary in some sophisticated ListGrid use cases).