I have a child RadGridview contained in the row details of a master RadGridView defined through a data template .
Each row of the child RadGridview has an active checkbox bound to a viewmodel.
If a child checkbox is checked , as the master RadGridView is scrolled to hide the details of a row and then back again , that checkbox returns unchecked.
The viewmodel still shows the value as checked.
Any help would be appreciated.