How can we add a vertical scrollbar to enhanced grid. Is there any property by which we can set a scrollbar to the grid like
verticalSrcoll : true
I could not find any property doing the same.
Why I need this property because there is something weird happening here and I dont know how this is happening.
Problem is at first load I am loading 10 records in the grid but I am not able see all the 10 records in the grid. Only 5 records are visible and there is no scrollbar also for this. Only by doing sorting, pagination or any operation I am able to see all the records. Is this a defualt behaviour
Thats why I want a scrollbar so that even viewing in small screen(tablet) it be responsive.