Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

Radgrid rowheight

$
0
0
On the aspx side, you could try adding
ItemStyle-Height="100" AlternatingItemStyle-Height="100"

to your Radgrid header declaration. 

I was however able to get the height of my rows to change via the below method (VB). Perhaps your code logic was never being hit as well?

myRadgrid.MasterTableView.ItemStyle.Height = 100

myRadgrid.MasterTableView.AlternatingItemStyle.Height = 100


Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>