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
70
How to constrain the height of a WebDataGrid (vertical anchor - docking)
posted

Hello,

I'm using Infragistics ASP.Net 14.2 WebDataGrid. into VS 2010.

I would like to "anchor" vertically the webdatagrid, according to the height of the "parent" element.

Details :  Say I have 200 rows to display ; problem is that the scrollbar scrolls the entire web page, making the page header controls disappear.

What I would want to reproduce is the Windows Forms full anchoring behavior ; the grid is docked and the scrollbar only affectets the grid rows.

Note that the WebDataGrid does already anchors horizontally.


I found some answers on the web, but they seem to address older infragistics controls.

Note that paging data would not solve the problem, because clients can always resize the web page.

Thank you for any tips !

Parents Reply Children
No Data