I have a RadGrid with a detailtable. That detailtable also has it's own detailtable.
The RadGrid has DataKey CustomerID, the first DetailTable has DataKey OrderID.
In the second DetailTable i have a gridrelation to the MasterKeyField OrderID and this is working great.
However now i need the CustomerID of the RadGrid itself as well in the second DetailTable, a gridrealtion to MasterKeyField CustomerID doesn't work because the first DetailTable doesn't have the CustomerID.
Is there someway that i can use the GridRelation so it can access the proper CustomerID? Or is there another way to do this?
Thanks in advance!
The RadGrid has DataKey CustomerID, the first DetailTable has DataKey OrderID.
In the second DetailTable i have a gridrelation to the MasterKeyField OrderID and this is working great.
However now i need the CustomerID of the RadGrid itself as well in the second DetailTable, a gridrealtion to MasterKeyField CustomerID doesn't work because the first DetailTable doesn't have the CustomerID.
Is there someway that i can use the GridRelation so it can access the proper CustomerID? Or is there another way to do this?
Thanks in advance!