This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I am using the grid to display an object properties. This object has some enum properties. The good news is that these proporties were assigned a combo box editor automatically. The bad news is that after a selection change, the combo box selected item remains unchanged, although the change was processed and shows next time you open the screen. |
|
|
Hello Adolfo, Does your enum property raise the PropertyChanged event? WPF data binding (which is what the grid uses under the surface) requires this event to detect and reflect value changes. |
|