I can't seem to get my WPF application to compile properly. Telerik Version 2016.3.914.45
I had the 'SelectionChanged' event set on a RadGridView, and I needed to change it to 'SelectionChanging'. Now I can't run the application as the compiler is telling me :
"The member "SelectionChanging" is not recognized or is not accessible."
"The property 'SelectionChanging' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'."
The same property is set in other files and compiles correctly.
Also on just one RadComboBox I'm getting:
"The property 'SelectionChanging' was not found in type 'RadComboBox'. "
What is up with this property? I have tried cleaning my solution, rebooting my computer, removing the Telerik.Windows.Controls.GridView reference and re-adding it. What else can I try to get this property to work correctly?