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

RadButton on the Kindle Fire HD

2 Answers 30 Views
Button
This is a migrated thread and some comments may be shown as answers.
Stid
Top achievements
Rank 2
Stid asked on 24 Jan 2013, 01:47 PM
Dear All
    I have an issue with the Rad Button

    I normally use it like so:

<telerik:RadButton ID="btnBack" runat="server" ButtonType="ToggleButton" ToggleType="CustomToggle"

Width="150px" Height="32px" ForeColor="White"

onclick="btnBack_Click" Text="Back to List" Font-Size="11pt" CssClass="border-5 glow-shadow-2">

<ToggleStates>

<telerik:RadButtonToggleState ImageUrl="../images/oButtonUp.gif" HoveredImageUrl="../images/oButtonHover.gif"

Selected="true" IsBackgroundImage="true" />

</ToggleStates>

</telerik:RadButton>

Normally looks great and works fine but on the Kindle Fire it does not display.  If you press where it should it highlights (but just an outline) but then does not click (post back)

I have tried on multiple platforms and it works fine just not the kindle - does any body else have this problem? Have I missed something ? Any suggestions ?

Many thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Slav
Telerik team
answered on 28 Jan 2013, 11:44 AM
Hi Richard,

Please note that the native browser of Kindle Fire is not supported by the RadControls for ASP.NET AJAX (check the Browser Support page for list of supported browsers) so you may encounter problems in some scenarios when using this device.

Nevertheless, I tested a custom toggle RadButton in our online demos and it appears to be functioning correctly. I would suggest examining the following demos and compare the toggle buttons configuration to your setup in order to remove the problem:
 - Button / Toggle Button;
 - Button / Radios and Checkboxes;

Kind regards,
Slav
the Telerik team
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 their blog feed now.
0
Stid
Top achievements
Rank 2
answered on 28 Jan 2013, 12:15 PM
Many Thanks

    I have opted for some Kendo Styled Buttons!

Richard
Tags
Button
Asked by
Stid
Top achievements
Rank 2
Answers by
Slav
Telerik team
Stid
Top achievements
Rank 2
Share this question
or