Thank you. I hope this is something that will be available in the upcoming versions.
0
B R
answered on Aug 22, 2018 3:31 PM
Thank you for your help throughout .
I think the grid needs some work. With your work-around, I was able to show the vertical scrollbar but then I could only do this with the right grid configuration – as in this one instance ,vertical scrollbar does not show when perPage property is set – and right html container with right css settings. The work-around did not seamlessly work in my application. The horizontal scrollbar with the work-around also does not show up any more with/out data and the pager section no longer shows.
I think I will wait for the next major version. Thank you again!
0
B R
answered on Aug 21, 2018 2:06 PM
Thank you Desislava. The example you provided does have the vertical scrollbar for the grid. This involves the data already being available in OnInit stage.
I should have also mentioned that mine is a case when initially the dataSource is an empty list and upon some user action , data is fetched and the dataSource is then populated with the data.
I made a change to the example you provided and was able to produce the issue similar to what I am having on my end. I iniatilly set the dataSource to empty array and populate the right data in dataSource after 5secs on ngAfterViewInit hook. The grid this time does not have vertical scroll bar.
0
B R
answered on Aug 17, 2018 3:03 PM
Thank you .
I am not looking at virtualization at the moment. All I want to do is to enable vertical scroll in IgxGrid and setting the height in %. As I mentioned, setting the grid height in % does not seem to affect the how the grid renders.Only height in pixels really work.