I'm trying to create some spacing between the rows of my grid. Is there a way to do this efficiently?
Thanks,
Chris
myUltraWebGrid.DisplayLayout.RowStyleDefault.Padding.Bottom = 100
(in the rowstyledefault, you can use "padding" or "margin", en then chose bottom, top,...)
=> add this line in InitializeLayout