Hi,
I'm looking for some advice on the best control to use for user input of a single element, though drag&drop , that also has data validation display.
I have used it on RadListBox, RadGridView and RadTreeView but in this case I do not have a collection to fill.
I would like for the control to bind to a single property of type Foo and use the DragDropManager / BeahviorManager / PayloadManager to control what can be dragged / dropped onto the control so that the bound variable is updated.
I would also like for the control to display any validation error through INotifyDataErrorInfo
I would appreciate any suggestions.
Thank you for your help.