update:
I am new in angular. I want to load paged data into ui.grid without vertical scrollbar. Suppose i have 100 data and my page size is 50. I want to display all 50 data into ui.grid without the right sided scrollbar. When page size set to 100, 100 data will displayed into the grid. I was able to remove scrollbar but the 50 data can't be displayed. Existing UI is the current view. but i want to remove the marked scroll bar from integrated ui.grid. Please help me out.
Thank you.