Hello,
For some reason, I can't find a way to apply the min-height style to a grid row.
I tried several way without success but here's one of the best example I can provide:
I thought that would be an easy thing to do so I must be missing something obvious here...
For some reason, I can't find a way to apply the min-height style to a grid row.
I tried several way without success but here's one of the best example I can provide:
.k-grid tbody tr, .k-grid tbody tr td
{
min-height
:
20px
;
}
I thought that would be an easy thing to do so I must be missing something obvious here...