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?
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.