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
225
No horizontal scroll when height is in pixel
posted

Hi,

I am using WebDataGrid 11.2.

When I give the height of the grid as 100%, the horizontal scroll appears without any issue. But when I give it in pixels, no horzontal scroll is seen. Is this a bug?

<ig:WebDataGrid

ID="WebDataGrid1"

runat="server"

Height="300px"

Width="100%"

DefaultColumnWidth="150px"

Font-Size="Small"

AutoGenerateColumns="true">

<Behaviors>

            <ig:Selection></ig:Selection>

<ig:Sorting></ig:Sorting>

</Behaviors>

</ig:WebDataGrid>

 

 

 I need to give the height in pixels due to usability issues and also have a horizontal scroll. Please help.

Thanks,

Sharon