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
1265
UltraTextEdior & ErrorProvider Implementation?
posted

I created an ErrorProvider and wish to use it with an UltraTextEditor. 

How do I set the error property on that textbox?  I tried to find an error property or method, similar to .RowError or .SetCoumnError as with the DataTable, but was unable to find anything.

Any help would me much appreciated!
~Kelly

Parents
  • 1265
    Verified Answer
    posted

    So I was looking in the wrong place.  You do not set it on the textbox through a property or a method, instead you set it through the errorprovider:

    ErrorProviderToUse.SetError(ControlToPutError, "Message Text Here")

Reply Children
No Data