3.2.0

Grid Row Visibility State / Cell Functionality

Can a row be marked as Hidden ?

eg. Build Grid with data, Set some sort of Filter State (itterate rows in grid and hide / show accordingly) ?

Can a Cell contain the result of other cells ?

eg. Cell05=(Cell01 * Cell03)

Andy
December 15,
You can hide some rows or re-arrange the row display positions with rowIndices property -

http://www.activewidgets.com/aw.ui.grid/row-indices.html

As for the calculated cells you can assign a function to the cell text. See also -

http://www.activewidgets.com/javascript.forum.20911.7/calculated-columns-cell-formula.html
Alex (ActiveWidgets)
December 15,

This topic is archived.

See also:


Back to support forum