Hello,
On my gridview I have it check when a row is selected for a specific value in a column. It then changes the Row Detail View template based on the value. I know you can do a bind on the detail view user control in xmal. However is there a way to get the object that was selected in the grid view to the user control so I can load sub data in code?
On my gridview I have it check when a row is selected for a specific value in a column. It then changes the Row Detail View template based on the value. I know you can do a bind on the detail view user control in xmal. However is there a way to get the object that was selected in the grid view to the user control so I can load sub data in code?