Sets or retrieves the text in the bottom-left corner of the grid (bottom selector text). Does not encode the html controls characters (<, >, ", &) - the text containing correct html markup will be displayed as html.
var value = obj.getBottomText();
obj.setBottomText(value);
obj.onBottomTextChanging = function(value){...};
obj.onBottomTextChanged = function(value){...};
obj.onBottomTextError = function(value){...};
obj.setBottomText("bottom text"); // bottom selector text
obj.setBottomImage("favorites");
obj.setBottomTooltip("tooltip text");
When some of the html controls characters (<
, >
, "
, &
) should appear as text - convert them into html entity codes (<
, >
, "
, &
).
Grid templates: bottom selector
Bottom model: image, tooltip, link, value, data, format
Text properties: cell, selector, header, footer, top