This question is locked. New answers and comments are not allowed.
Hi,
I have written RowLoaded event in xaml.cs file which is wrong approach.I got review comments that there should not be any code in xaml.cs file and events should be moved to ViewModel.cs file.
My .xaml file has
I have written RowLoaded event in xaml.cs file which is wrong approach.I got review comments that there should not be any code in xaml.cs file and events should be moved to ViewModel.cs file.
My .xaml file has
RowLoaded
="RadUseCaseGridView_RowLoaded" event and I am handling this in xaml.cs.How can I move Row_Loaded event to ViewModel.cs.
Regards,
Sulagna
