I do assign an external repository to a TreeList, e.g. within the constructor of a form:
InitializeComponent();treeList1.ForceInitialize();treeList1.ExternalRepository = _mainForm.persistentRepository;
However, when doing so ALL assigned ColumnEdits are lost and set to NULL !!
Meaning all column edits which have been assigned using the internal repository are gone!
This is again a terrible bug, as assigning an external repository should not remove all assigned internal repositories which e.g. have been assigned at design time!
Both repositories should be used in parallel., as stated in the docs!
I need a really quick fix for this!
THX
Bernd