How do I fix the height and width of the rows in a datagrid. At the moment when it fetches data, the row height is dependant on the number of items returned. How can I standardise this?<BR><BR>Many Thanks,<BR><BR>JamieHey Jamie, <BR><BR>This question has been asked a few times on this board and there are a few great datagrid articles here on 4Guys you might want to check out. <BR><BR>Anyway, an easy way to format a column in a datatgrid is to insert <itemStyle Width="50" Height="50"/> between BoundColumn tags or just before the <itemTemplate> in a templateColumn.<BR><BR>])ry