I have a master detail radGrid. I need to programmatically update all detail rows when a column changes in the master table. Is there a demo or something that will assist me in how to gather all child rows? I'm able to extract the updated row from e.Item in the ItemUpdated event, but I can't figure out how to access all child rows. Do I need to go to the datasource or does radGrid provide me with access via the object model?