:: Documentation >>

footer visible

Shows or hides the grid footer rows. The footer rows are hidden by default.

Syntax

var value = obj.getFooterVisible(); 
obj.setFooterVisible(value);        

obj.onFooterVisibleChanging = function(value){...}; 
obj.onFooterVisibleChanged = function(value){...}; 
obj.onFooterVisibleError = function(value){...}; 

Defined in

footer model

Example

obj.setFooterVisible(true);

See also

Grid templates: footers
Footer model: count, indices, visible, height
Visible properties: selector, header, footer

Comments

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5