Hello,
I have a Scheduler control, which uses an advanced edit/insert form (which is a user control). The scheduler is also using the AjaxManager to prevent postbacks.
I need to validate that form. Whenever I use validators in this edit/insert user control, I get an error. So I switched to processing it manually, and then trying to display text in a label. I get errors too.
Essentially, I get a "RadLoadingPanel1 control is not a registered script control (because it didn't call RegisterScriptDescriptors)."
I assume this is related to the AJAX post back (as I get the ASP.NET AJAX web proxy framework code to appear that you get whenever you do an AJAX web service call and get an error; I'm familiar with this code sample as I get it a lot :-;).
Anybody ever use validation in the scheduler using the AJAX settings?
Thanks.
I have a Scheduler control, which uses an advanced edit/insert form (which is a user control). The scheduler is also using the AjaxManager to prevent postbacks.
I need to validate that form. Whenever I use validators in this edit/insert user control, I get an error. So I switched to processing it manually, and then trying to display text in a label. I get errors too.
Essentially, I get a "RadLoadingPanel1 control is not a registered script control (because it didn't call RegisterScriptDescriptors)."
I assume this is related to the AJAX post back (as I get the ASP.NET AJAX web proxy framework code to appear that you get whenever you do an AJAX web service call and get an error; I'm familiar with this code sample as I get it a lot :-;).
Anybody ever use validation in the scheduler using the AJAX settings?
Thanks.