1 Reply Latest reply on Dec 15, 2009 4:29 AM by user1234

    Scrollable datatable

    mattc1

      Hello,

       

      Is there a way to make the scrollable datatable only scroll horizontally and force all the rows to be shown without a scrollbar?  Would a CSS class work?  We could fix the height on the table but we would rather not have to set the height attribute manually.

       

      -matt

        • 1. Re: Scrollable datatable

          Is your requirement something like that , grid will show all the row at same time without any vertical scrollbar?

          You can use paging for your grid and give a fix rows value for grid.

          Another way you can bind the grid height with a variable , and when the new row will be added hieght you can increase accordingly..

          hope this will solve your problem.