i need drill down in datagrid itself. that is if i click user id it will display the user information in another row of same grid which is within the grid, like what we have in telerik radgrid allow grouping="true" will enable the radgrid to have a drill down effect. Some thing like that. Is that possible in silverlight 4 datagrid. i tried like this...
             ItemsSource="{Binding}"  VerticalAlignment="Stretch" HorizontalAlignment="Stretch" IsReadOnly="True" MinHeight="250"  Margin="5,3,5,0" >
           
               
                   
                       
                           
                       

                       
                           
                           
                           
                           
                       

                   


               

           

       



And in the .cs file i bind the grid with the result list using datacontext. please help


Thanks,
Vijay