This question is locked. New answers and comments are not allowed.
Hi,
With this new breaking change how would I achieve the following that worked before this change.
Setting the converter and accessing the binding.Path
Thanks
Paul
With this new breaking change how would I achieve the following that worked before this change.
e.PropertyDefinition.Binding.Converter = new Classes.NumberToBooleanConverter();e.PropertyDefinition.EditorTemplate = GetCheckBoxDataTemplate(e.PropertyDefinition.Binding.Path.Path);Setting the converter and accessing the binding.Path
Thanks
Paul