Resizing Rows
RadGridView provides the end-users with the opportunity to change the height of the rows within the grid. The following sections describe how to change different row heights.
GridTableElement Height
GridViewRowInfo offers three properties that allow you specifying the height of an individual data row: Height, MinHeight, MaxHeight. It controls the current height of the row, its minimum and maximum height respectively.