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
885
Setting Height of a WebDataGrid to auto-fit visible portion of display
posted

So I have an ASP.NET solution with three tabs and one of the tabs consists of a number of form elements that are positioned at the top of the content place holder

and then a grid containing data. I want the ability to set the height of the grid to be dynamic to the visible page, but have it extend automatically if the browser

is resized, but set a minimum height of 400px for the grid table. I am trying to make the ASP.NET solution fit nicely to a 900px minimum display height. There is

no set height, but I want the tab content area/grid to automatically extend/reduce in size when the browser does so? 

Should I be doing this in Javascript?

Paul