Hi,
I have an UltraTree in which the user can edit the label of the nodes. When the user is typing, I want to print an error message it an illegal char was typed. How do I do that?
Thanks,
Nurit.
Hi Nurit,
I suggest you to use some of UltraTree events . For example :
1. AfterLabelEdit;
2. CellValidationError
3. CellValueChanged
Note: Also you can use event TextChanged or Validating. In this case the event will fire after each char typed.
You can write or fire your validation code and message from one of these events.
Please, if you have any questions ask.
Sincerely
Georgi
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support