How can I set the row height of a RadHeatMap color grid? I've partly implemented a custom RadHeatMapStyle for backgrounds and borders but nothing I've tried changes the row height: it's constantly stretched to fill available space.
1 Answer, 1 is accepted
0
Petar Marchev
Telerik team
answered on 05 Sep 2012, 07:41 AM
Hi Stuart,
It is not possible to set height or width for the cell. The way that the HeatMap works is that it checks to see how much space it has (actual width and height) and draws the cells so that all cells have equal size and so that no empty space is left. If you know how many rows you have - you can set a Height to the HeatMap or ColorGrid depending on that number.