I am using Scrolling option in Grid. But both the Horizontal and vertical scroll bars occur simultaneously. Is there any solution to make only one scroll bar to appear.
To render merely the horizontal scroll and avoid the appearance
of the vertical scroll, make sure that the height of the records in the grid does not exceed
the ClientSettings -> Scrolling -> ScrollHeight scroll setting.
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