Hello people,
I need to fix both the height of the grid and the height of each single row. After giving a look on the forum, I found the following:
afterInsertRow: function(rowid, aData) { $('#'+rowid).css({height:15}); }
It works, but it has a difference of behaviour between FF3 and MSIE7 when the number of rows is not enough to cover the whole height of the grid; on FF3, the height of each row remains 15px and a blank space is added after the last row to fill the remaining height (and this is the behaviour I need to get). On MSIE7, instead,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top