:: Forum >> Version 2 >>
setting the rowSelector text on the footer row
More information on this topic is available in the documentation section:
/aw.ui.grid/bottom-text.html.
How Would I set the row selector text for the footer row?
Gary
Thursday, March 16, 2006
The content of the footer row selector is linked to the bottom model, so obj.setBottomText("abc") should set the text
obj.setFooterVisible(true);
obj.setSelectorVisible(true);
obj.setSelectorWidth(40);
obj.setBottomText("abc");
Alex (ActiveWidgets)
Thursday, March 16, 2006
Thanks, Alex! That's exactly what I needed.
Gary
Thursday, March 16, 2006
This topic is archived.
Back to /aw.ui.grid/bottom-text.html
Documentation:
Forum search