This question is locked. New answers and comments are not allowed.
I set my RadGridView ItemsSource to an ObservableCollection of my objects, and each data member is simply bound to various properties of those objects. Is there a way to add an Expander to each row? I would like to handle the expand and collapse event myself to create the content of the expanded view.
