Hi all
I want to make an editable grid in Row Details Template.. What I did is that from a Linq Query i fill the observable collection and bind the outer grid with it.. The outer grid shows the data in the grid.. Now when I select a row I want to open a new grid based on the selected row.. How will i do that also i want editable fields in this inner grid.. When i code this it throws an exception saying that as the data in the grid is from a linq query and the properties in linq query are readonly so they can not be edited.. I am very confused due to this.. Help me in solving this issue..
P.S> My linq query uses 3 to 4 joins.
I want to make an editable grid in Row Details Template.. What I did is that from a Linq Query i fill the observable collection and bind the outer grid with it.. The outer grid shows the data in the grid.. Now when I select a row I want to open a new grid based on the selected row.. How will i do that also i want editable fields in this inner grid.. When i code this it throws an exception saying that as the data in the grid is from a linq query and the properties in linq query are readonly so they can not be edited.. I am very confused due to this.. Help me in solving this issue..
P.S> My linq query uses 3 to 4 joins.