Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Spacing between rows in webgrid
posted

I'm trying to create some spacing between the rows of my grid.  Is there a way to do this efficiently?

 

Thanks,

Chris 

  • 459
    posted

    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