This is a migrated thread and some comments may be shown as answers.

Is there any ValidatorCalloutExtender like Ajax tool kit?

0 Answers 77 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Bharani
Top achievements
Rank 1
Bharani asked on 23 Dec 2009, 08:53 AM
Hi,

In radgrid. i have a edit item template, while editing these items i need some required fields and i need to display the error message in ValidatorCalloutExtender of Ajax tool kit.
it is working perfectly. For sake of this single functionality (callout extender) i am attaching AjaxToolKit, its bit heavy for this single use. Is there any other source in Telerik to implement the same callout feel without including AjaxToolKit.

                                <EditItemTemplate> 
                                    <asp:TextBox runat="server" ID="tbShortDescription" Text='<%# Bind("SD_txt") %>' 
                                        MaxLength="30" TabIndex="4"></asp:TextBox> 
                                    <span style="color: Red">*</span> 
                                    <asp:RequiredFieldValidator ID="rfvSD" ControlToValidate="tbShortDescription" ErrorMessage="The short description can not be blank" 
                                        runat="server" Display="None">  
                                    </asp:RequiredFieldValidator> 
                                    <ajax:ValidatorCalloutExtender runat="Server" ID="vceSD" TargetControlID="rfvSD" 
                                        Width="250px" HighlightCssClass="highlight" CloseImageUrl="../Images/close.gif" /> 
                                </EditItemTemplate> 
thanks in advance,
Bharani

No answers yet. Maybe you can help?

Tags
Ajax
Asked by
Bharani
Top achievements
Rank 1
Share this question
or