I have a spec where we have a set of tabs. In these tabs are two kendo grids that have some overlapping data and essentially need to be coordinated. If Grid A in tab A is filtered, Grid B in tab B needs to be filtered similarly. Likewise if a row in Grid A is selected, that same row in Grid B needs to be selected. Is this possible with the kendo grid system? I already have it wired up for changes in data thanks to the Observable Object.