Is there a way to load all the rows of an interactive grid so that I can focus any record (I am doing this programmatically) without scrolling all the way to the bottom? The IG I'm using has scroll pagination with Show Total Count and Lazy Loading enabled.
Another thing, when I drag the scroll bar up from the top to the bottom, some records are not rendered making the parts of the IG blank. Why is it like this?

I am assuming the model does not render all the rows event though the data is there.