Here is my Grid
Based on the path i have to open a file location of the my path
My grid code look like this
<telerik:RadGridView  Grid.Row="7" 
                      Grid.Column="1" 
                      Grid.ColumnSpan="2" 
                      ShowGroupPanel="False" 
                      Name="InventoryDetailsGrid"
                      Foreground="#357BCC"                                              
                      GridLinesVisibility="Horizontal"
                      AutoGenerateColumns="True"> 
</telerik:RadGridView>
I tired to open based on the path open file location dialog box
for example :- when I was click on the path I want look like same
I Can't find solution help me Thank you

