Set Row Height ← Datagrid Display You can set datagrid row height, but you must use CSS <style>table#YOURTABLENAME tbody tr td { height: 20px; /* or any px you like */}</style> Put it before ending </BODY> tag.