Hi,
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
</telerik:RadScriptManager>
<telerik:RadTextBox ID="txtName" runat="server">
</telerik:RadTextBox>
<telerik:RadInputManager ID="RadInputManager1" runat="server">
<telerik:TextBoxSetting BehaviorID="NameBehavior" EmptyMessage="Empty!"
ErrorMessage="Error!" Validation-IsRequired="true"
Validation-ValidationGroup="ValidationSummary1">
<TargetControls>
<telerik:TargetInput ControlID="txtName" />
</TargetControls>
</telerik:TextBoxSetting>
</telerik:RadInputManager>
<asp:Button ID="Button1" runat="server" ValidationGroup="ValidationSummary1" Text="Postback" class="qsfButton"></asp:Button>
Validation is not working.Could we use validation summay control to show message in popup.
Regards
Ravi
mcamail2002@gmail.com