i want to fix size the height and widht of grid. Grid height is fix. It will automatically manage internal content in the grid. how to fix the property of grid.
Inorder to
fit the grid in the allowed space you will have to enable the client-side grid scrolling option by setting the AllowScroll property to true. The ScrollHeight property specifies the height value beyond
which the scrolling will be turned on.
Check out the following online demo whihc illustrates scrolling with an example: Scrolling