Does infragistics have their own error provider for controls like text boxes and checkboxes etc.....
If the user dont validate the required checkboxes, i want to show some type of validation icon or message like the standard error window control error provider
Hi,
Maybe you are looking for UltraValidator. Please take a look in our online documentation for more details.
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/WinValidator.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/WinValidator_About_WinValidator.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/WinValidator_Using_WinValidator.html
Let me know if you have any questions.
Regards
Hello Keith,
Have you been able to resolve your issue ? Let me know if you have any questions.
if time permits can you send me a sample project or video using the ultra validator on ultratexteditors
So lets take an example I have ultratexteditor1,
I need to validate that the values being enter into the texteditor or textbox is a number.
I got it to work I am using the BalloonTip this it fun. yes.
this is my regex pattern [0-9][7] for a six digit number, is there way to show the ballon popup automatically, At the moment it shows when the control loses focus.
Actually nevermind, I have resolve all valiation per my requirements. I love it, I am using the ballon tip
Thanks for the feedback. If you have any questions, feel free to write us.
This question is releated with other forum thread - http://community.infragistics.com/forums/p/66979/338691.aspx#338691. Please take a look there for more information.
How can i stop the user from typing values in the datetime picker control. that will fix the problem
I just need to get pass this last validation for the datetime and then I can move on to something else.