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
305
How to align to top?
posted

Hi,

I am using a webgrid and I am using outlook group by view.

Currently my page is looking like

Myheader

Column1      Column2     Column3

Group1

1                    Name           Test

2                    Rajan           Test1

I need to remove the space between the MyHeader and the columns. Is it possible?

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    One venue you can try is experimenting with the Style option for both GroupByRow and HeaderStyle, off the DisplayLayout settings of the grid.

    <DisplayLayout ... >

                <GroupByRowStyleDefault ... />
                <HeaderStyleDefault ... />

    </DisplayLayout>

    You can try the various font, height, etc settings and/or assign a Css class for both of them.

Children
No Data