Hi Isomorphic,
is there a way of hiding a field within a databound com.smartgwt.client.widgets.viewer.DetailViewer component?
There exist com.smartgwt.client.widgets.form.DynamicForm.hideItem(itemName)
and com.smartgwt.client.widgets.grid.ListGrid.hideField(fieldName) methods, but not such one for the DetailViewer.
What I'm looking for is something like
myDetailViewer.setFields() //show all fields from the DS
myDetailViewer.removeField (String nameOfFieldToHide)
Is that one missing or did I not notice it?
Thanks,
Blama
is there a way of hiding a field within a databound com.smartgwt.client.widgets.viewer.DetailViewer component?
There exist com.smartgwt.client.widgets.form.DynamicForm.hideItem(itemName)
and com.smartgwt.client.widgets.grid.ListGrid.hideField(fieldName) methods, but not such one for the DetailViewer.
What I'm looking for is something like
myDetailViewer.setFields() //show all fields from the DS
myDetailViewer.removeField (String nameOfFieldToHide)
Is that one missing or did I not notice it?
Thanks,
Blama
Comment