a method public void setRowHeaderVisible(boolean show) in the Grid class, and after setRowHeaderVisible(true) a footer is displayed
at the bottom, and it is a blank gray bar, but how to add widgets into it?
this is not yet supported. the use case until now for the fixed footer
was to show summary information. File a bugzilla but I can't guarantee
to implement this very soon.
Tom
Am 29.04.11 02:52, schrieb David:
> hi all,
>
> a method public void setRowHeaderVisible(boolean show) in the Grid
> class, and after setRowHeaderVisible(true) a footer is displayed
> at the bottom, and it is a blank gray bar, but how to add widgets into it?
>
> David