I'm building a master detail kind of application where you first select a client in a radgrid and then on selection it updates a series of radtab's with detailed information about that client (payments, events, calls etc). How would I handle this scenario? How can I pass the grid's selecteditemid tot the datasources inside the radtabs and update them?