I write WPF MVVM Prism 6 application and try to use RadPropertyGrid. How can I initiate (raise) BeginningEdit event without of using of RadPropertyGrid.BeginEdit method? I cant call BeginEdit method because my application is pure MVVM one and I don't use codebehind. If I simply change the value of the property by typing the value of selected property then BeginningEdit event is not raised. Is there a way to initiate BeginningEdit event in MVVM application without call of BeginEdit method?