I have set the paging to off so that all record will show in one page. And I want to fixed the height of the grid, so I wano know if the grid provide a scollling feature to cope with this situation? If so, how to user it? Thanks.
You can set the ScrollHeight property for the Grid. The ScrollHeight property specifies the height value beyond which the scrolling will be turned on. The default value is 300px.
To restrict the horizontal bar from being rendered, verify that:
* the width for the MasterTableView is set to 99% if auto-generated columns are used.
* the total width of the declaratively set columns is smaller than the width of the grid itself.