I've a WebTextbox with a RequiredFieldValidator attached to it. And attached to the RequiredFieldValidator is a ValidatorCalloutExtender, which I really like for error reporting.
The only problem, with the WebTextbox, the callout is displayed in the upper right corner of the window.
If the WebTextbox is replaced with an asp TextBox, then the callout is displayed correctly.
Does someone have some Javascript that will correct the display. I've looked on the site, but the sample code does not seem to work.
Hi Georgi,
Do you have an update on this issue. There was a fix when I used Infragistics 2009. I am upgrading to Infragistics 2012 and found that the AJAX ValidatorCalloutExtender appears in the top left corner again. It looks like the "hidden" field used for the Infragistics code doesn't begin with 'igtx' anymore.
Thank you,
Trent
Hi,
I opened an ticket in our system on your behalf.
This is the case number CAS-92737-S5TVGV, I will update you trough the case.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
Only tried the control with the latest versions. Haven't needed it before this.
Hello Csnyder,
I was able to reproduce this. Is this issue observed only with IG 12.1 and the latest version of AjaxToolkit or you did not have a chance to use it with previous versions. I did not think this is related to our controls.
Attached is the most simple example I could create.
Just click the button and the validator extendor displays in the top left corner. Tried this on IE9, Opera, Chrome, Firefox, and Safari. All latest versions. Also, using the 12.1 Infragistics controls.
I did see some other forum entries about this, and they spoke of a hidden field that's created, and the ValidatorCalloutExtender was pointing to that control, tho the entry was from 2008 or so, and I couldn't get the example to work with the latest version.
I couldn't zip the whole project (which would have made it easier for you), only 200kb allowed, and my zip was about 2mb. So just zipped the defalut.aspx files, but should be easy to recreate.
Basically the page has a webTextbox, Required Field Validator, ValidatorCallout Extender from the AjaxToolkit, and a button. Clicking the button causes the validator callout to show its box in the upper right corner of the page.
thanks for the help