hello
I get a NullReferenceException when doing this:
I tried with:
This is working fine
I also tried:
this.SetValue(RadDragAndDropManager.AllowDrag,true);
This line crash as well
Does anybody have an idea?
I get a NullReferenceException when doing this:
RadDragAndDropManager.SetAllowDrag(this, true);
I tried with:
RadDragAndDropManager.SetAllowDrop(this, true);
This is working fine
I also tried:
this.SetValue(RadDragAndDropManager.AllowDrag,true);
This line crash as well
Does anybody have an idea?