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