jarrod
30 Oct 2006, 11:58 PM
Will be great if hiding/showing of rows is supported.
Currently, the clunky way is probably to copy the data of rows to be hidden, followed by removing them from the grid, and re-insert them back to the grid when you need to unhide them.
Meanwhile, tried overriding the renderRow() method, but ran into complications coz the row.top positions are absolute and computed based on their rowIndex * rowHeight.
Currently, the clunky way is probably to copy the data of rows to be hidden, followed by removing them from the grid, and re-insert them back to the grid when you need to unhide them.
Meanwhile, tried overriding the renderRow() method, but ran into complications coz the row.top positions are absolute and computed based on their rowIndex * rowHeight.