Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
UltraTree label validator
posted

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.

  • 53790
    posted

    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