Hello,
Does anyone know how to set the maxlength of the node's text while editting, so the user does not keep type characters once the maxLength has been reached?
Thanks,
Andrew
Hello Brian,
This worked, thanks for the quick response!
-Andrew
Assign an UltraTextEditor to the UltraTree.Override.EditorControl property and set the UltraTextEditor's MaxLength property. The nodes will pick up this settings when they are in edit mode.