I want to use KoGrid to show a list of "assets" and have the same assets showing in a Google map. When the user clicks on the pin in the map, the corresponding asset in the list should be scrolled down to show it at the top. Bonus: don't do anything if it is already in view.
I've done this before on a different list and the interaction with sorting and filtering caused me problems for awhile (I had to re-figure out the index of the asset every time I sorted or filtered).
Can I do this with the koGrid? I need to figure this out before switching to this grid. Any examples or help is appreciated.