#104790
oliver.aldrian
Participant

How is the workaround viable If I want to use the DisplayField parameter do actually display something?

I dont need the column hidden, I need it displayed…

 

My DisplayName is an auto property that is filled from a complex datatype

I literally cannot Set anything to it.

 

I want to use the DisplayField and DataField together in one visible column, that uses an autocomplete editor, to use the value from the AutoComplete editor in the EndEdit Event to calculate the fitting ComplexObject and set it in my datamodel, which then fills the auto property which is displayed.

How would a hidden column with a displayField help in this case??