Hi,
in my project there is one RadGridView is present. Inside it there is GridViewComboBoxColumn but whenver I am selecting other item from that comboboxcell, binded property setter is not being called and as a result datacontext also remains same.
But whenever cell of that combobox column loses the focus property setter is called and as a result datacontext is fixed.
Please suggest fixes for this one.
Also is there any way to manually update datacontext ? If yes then how to retrieve changed places and how to update them in datacontext using selection change listener?