I have another question, maybe someone needed the same functionality that I am required to implement now.
So, I have some keyboard shortcuts - control+alt+down arrow. When I am on a particular row, after pressing this shortcut, I need to go to the next row that has a particular property set to true.
So now, if I am in the situation of moving through pages(ie. buffering needed), how can I somehow catch the buffering event, and continue searching into the new values that I have in the store(given that the values from the store are changing when buffering occurs)? And this could perpetuate, until the end of the grid..
Can I somehow, search through the current values of the store, and, if I won't find my next row, I continue searching into the next page, only after it loaded, of course.