Hi Team ,
We are using Igx-grid on our application.and we do not want to show the vertical scrollbar on our grid so that we can show all rows. Can you please help on this ?
Hello Mariyam,
You can set the height of the grid to `null`, which will render all rows without displaying vertical scrollbar.
One thing to note though, in this case, the grid virtualization is not applied and if you have too many rows you might have performance issues.
Also we have a topic regarding the grid sizing and different scenarios, if you need more information on this: https://es.infragistics.com/products/ignite-ui-angular/angular/components/grid/sizing.html
Regards,Svetoslav
Hi Svetoslav,
I am giving my parent height as 100%,and grid height as null , but still facing the same issue.
It will be helpful if you provide any sample codes please...
Regards,
Mariyam