I've read a number of articles about this and thought I took the necessary steps to correct it, but it still isn't working.
I've got a RadWindow with a number of controls defined on it that are all in the same ValidationGroup. On the button to save the stuff I've specified:
ValidationGroup="attachmentValidations"When I do this my data is saved, but the RadWindow will not close.
If I remove the above and add:
CausesValidation="true"It will close the window, but doesn't appear to do any validation.
I've added the following lines per your help article:
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" /><asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />Still no luck. Any help would be appreciated.
Rodney