How can this be expanded to get the value of a GridDropDownColumn in a nested RadGrid using InPlace editing.
I've tried various combinations but keep getting errors.
You can try acessing the controls in the child table of your grid as shown below. Note that to distinguish between the MasterTableView and the DetailTable, I use the Name property of the GridTableView instance.
aspx: