We have 2 different instances of Window:
- Editor
- Details
Editor always has too much content to show and Windows automatically adds a vertical scroll bar. Editor's content is a number of Telerik controls "statically" defined in the Razor. We also define a height and width.
Details is mostly a <table> with rows built from a foreach loop. We don't specify a Height or Width. Sometimes there's too many rows to fit in the dialog given the browser or screen size. Details does not display a vertical scroll bar when there is too much content so much of it is hidden.
How can we get the vertical scroll bar on the Details instance described above?