Hello.
I have a problem with row height too.
In IE7 row height expands too fit the content.
In FF row height not expands independent of the content Always have the same height.
I want row height not expandas and always have the same height.
I try:
afterInsertRow: function(rowid, aData) { $('#'+rowid).css({height:15}); }
But not run OK with large contents in the cell.
What Can I do?
Thank's.