SMART datagrid v.1 > Examples

[ grids ver.1.3.6]   Back  Forward

Hidden Rows  Example

The state of the grid row can be set as hidden by calling GridView.setHidden and setHiddenRows. The hidden rows will not be displayed in the grid and cannot refer the object of Grid Row. They can be created again through setHiddenRow or unhideAllRows and displayed in the grid. 

You can display the data row index and check the hidden state of the row in Row Indicator. 

Grid - 1
rows

Hidden Row Count: 0 rows. 

Set the focused row as a hidden state. 

Set the selected rows as a hidden state. 

Unhide all the hidden rows. 

Get the index of the hidden data rows. 

View Source 

See Also
GridView.setHidden
GridView.setHiddenRows
GridView.unhideAllRows
GridView.isHidden
Examples
Column Filtering