Basically, when the use hits the OK button in the raddataform for a particular row I want to collapse the details.
An Mvvm friendly solution would be great!
Thanks ... Ed
1 Answer, 1 is accepted
0
Accepted
Dilyan Traykov
Telerik team
answered on 05 Dec 2016, 10:31 AM
Hello Ed,
In order to achieve the desired behavior you can handle RadDataForm's EditEnded event, pass in the parent row as a command parameter and set its DetailsVisibility property to Collapsed. Here's what I have in mind: