Hi,
i need an inplace-editable ListView where the editors for a specific column are different because of the values for this property must be of different types.
To get this working i have a class DokuValueBase from which i derive DokuValueString, DokuValueNumeric, DokuValueChoice and so on. The DokuValueBase also has an DokuValueDef which for example defines the default value and an array of values if the output must be chosen from a fixed valuelist. Then i tried to write an PropertyEditor which in CurrentObjectChanged() choses the edit depending on this.CurrentObject.GetType(). But i have no idea how to replace the shown editor.
What i want is somewhat like your example GridTutorials-GridMultiEditors where you use the CustomRowCellEdit-event, but this don't works in XAF i think.
Can you give me a hint how to get this working?
Thanks
Daniel