I'm not clear what does your NestedViewTemplate contains. I guess its another RadGrid, you can add a GridButtonColumn to your grid and set its CommandName property and access it in the code behind on OnItemCommand event. Please take a look at the sample code snippet. If this is not the requirement, provide your full code snippet and elaborate on your requirement.