Hi !
I don't know if I should ask this in Grids or in Editors as I use both but here I am.
My project can be simplified like this : a project A with a visual interface where my objects are displayed and a project B connected to project A and using the Actipro Grid to display the properties of a selected object in project A.
When I change a color using the color picker in my project B, it triggers the PropertyValueChanged event so I send this new value to project A so it can display the changes and then project A send back those values to project B to update my grid.
Is there a way to keep the color picker opened when I update my grid ? I just tried to keep focus on this property in the dataFactory with propertyModel.IsSelected = true but it doesn't work, the selected property is still the first one.
Am I clear enough ?
Thanks for your help,
AP