What can we do if a listgrid has a baseStyle but we also want to use tallBaseStyle for when the user decides that they want to set fixedRecordHeights to false?
Code:
tallBaseStyle [IR] type:CSSStyleName, defaultValue: "cell" "Tall" baseStyle for this listGrid. Only applies if ListGrid.baseStyle is set to null. If baseStyle is unset, this property will be used as a base cell style unless the grid is showing fixed height rows with a specified cellHeight that matches ListGrid.normalCellHeight, in which case ListGrid.normalBaseStyle will be used. Note that in Internet Explorer if ListGrid.fastCellUpdates is true, tallBaseStyle will also be used even if the cellHeight matches the specified normalCellHeight for the grid.
Comment