Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3305
XamWebGrid does not fire RowSelectorClicked Event with nested Data
posted

My grid is bound to an ObservableCollection that has 2 levels of data in it.

the grid is displaying properly but twhen I clink on the record Selector the event never fires.

I need to know which row is selected/Active to send back info to my ViewModel.

Is there a way to trun off the NestedDatadisplay (like the WPF grid). this would be Ideal but I can't find the corresponding property to do so.

 

Parents Reply Children