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
Hi Sharon,
Thank you for posting in the community.
I suggest that you take a look at the following topic discussing a very similar behavior:
http://community.infragistics.com/forums/t/53951.aspx
Hi Petar Ivanov,
Actually I did have a look at the link you suggested before I posted my query, it did not work out.
However on further scrutinizing the page and its master page, I have cornered the root cause - a css in master page was peventing proper rendering of the scroll bar. Commenting that out has fixed my issue. This is the problem css: table { margin-bottom: 1.4em; }
Thanks for your support anyways!
Regards,
Thank you for sharing your solution. Please do not hesitate to contact me if I can be of assistance.