I have Eclipse with GWT Designer installed. When I open an UIBinder template in Design View, and place a DataGrid onto a panel, I cannot configure columns, because there are no column widgets (like TextColumn) on a widget palette in the "Cell Widgets" category. When I use Java template instead of UIBinder template for my view, everything is fine, and I can configure DataGrid widget by adding columns of different types as they appear on the widget palette. Is it something wrong with my Eclipse installation, or it is an expected behavior?
Widgets Palette when editing UIBinder XML template file:
Widgets Palette when editing Java template file

