toolbar does not raise validate event on a textbox

  • Thread starter Thread starter rob willaar
  • Start date Start date
R

rob willaar

Hi all,

if i set toolbar.causesvalidation = true a textbox does not fire any
validate events

Bug?
 
Validation events are tricky, and not to be trusted.

I usually put all my validation code in one big function. That way I can manually call it when the user does something that won't trigger a validation event.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top