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

RadTextBox using a LinkButton (instead of StandardButton)

1 Answer 55 Views
Input
This is a migrated thread and some comments may be shown as answers.
George
Top achievements
Rank 1
George asked on 23 Jul 2013, 06:48 AM
How can I specify that the built in button that I activate as part of a RadTextBox be a LinkButton?   I have read how to change the image of the button, (through the ButtonCSSClass) but how can I specify that the button itself is a LinkButton, and then specify the text of the link?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 25 Jul 2013, 02:09 PM
Hello George,

Thank you for contacting us.

Unfortunately, RadTextBox buttons cannot be of LinkButton type. You can see our help article for "RadInput Adding buttons" for the supported button types for RadInput.

For your scenario I would suggest you use RadButton instead and place it besides the RadTextBox:
<telerik:RadTextBox ID="RadTextBox1" runat="server"></telerik:RadTextBox>
<telerik:RadButton ID="RadButton1" runat="server" Text="RadButton" ButtonType="LinkButton"></telerik:RadButton>
 
Hope this helps.
 

Best Regards,
Konstantin Dikov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Input
Asked by
George
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or