

(new 12.0) If added 8 or 12, it hides content also of other grids on page ( 8 all grids with MaxHeight set, 12 all grids). If added 4, it does not hide the table while resizing. = 1 resizes vertically (height), 2 resizes horizontally (width), 3 resizes both sides. If set, main tag can be resized by user by dragging by bottom right edge of toolbar. Upd 12.0 int ResizingMain main tag extents are saved to cookies, avoid it by If you permit users to hide all columns you should ensure that the columns menu will be still accessible, the simplest way is to set appropriate ConstWidth. Columns visibility menu), when grid is too narrow due hidden many columnsįor example ConstWidth="500" ensures the Toolbar will be at least 500px wide, but when the grid columns together are wider than 500px, it does not resize the grid any more.

Useful to not hide some buttons on toolbar (e.g. (new 7.0) It resizes the grid content maximally to this pixel value, if less than main tag width. (new 13.0) Like 5, but shows cells up to LastVisible only, if defined. (new 13.0) It resizes the grid content to show all space cells. If the toolbar is hidden or it does not contain the buttons, it does nothing. (new 7.0) It resizes the grid content to show at least Columns and Cfg buttons on toolbar. (new 7.0) The column is placed to the right end of right section if exists, otherwise to the middle section. The column is always placed to the right end of middle section. The column is placed between middle and right section, into right section if there is some column, otherwise to the middle section. The column uses CSS class GxCellEmpty for all cells except header, here uses GxCellHeaderEmpty It add the column with also disabled all standard features like sorting, filtering or dragging. It does not modify main tag width, see MaxWidth. If set, it adds new white ConstWidth column to middle or right section to resize grid content to main tag width. If it is not enough, it hides all fixed columns and Pager that have CanHide='1'. When grid cannot show its content horizontally, it first tries to minimize all fixed columns and Pager that have CanResize='1' to their MinWidth. When grid cannot show its content because it wider or higher than the main tag size, it shows error message " Too small extents". The main tag has automatically set overflow:hidden and you must not change it.

If the grid content is smaller than the main tag, there is shown empty space inside the main tag, if the grid is bigger than the main tag it shows its scrollbars. In strict mode the main tag height attribute should be set to fixed height if it can affect body height, otherwise grid automatically sets. The main tag should have set its height and width style attributes, otherwise grid sets them to 100%.
#Css webkit overflow scrolling how to
Describes how to control width and height of the whole grid and when and how to scroll its content.īy default TreeGrid is rendered into its main div tag and does not change its size.
