Hi,
We've the Telerik's licensed version. In the trial version when we ran with the below code, w egot our buttons neatly displayed with
our cssclass.
<asp:Button ID="m_ctlPackageEditButton" runat="server" Text="Edit"
CssClass ="StandardButton" OnClick="m_ctlPackageEditButton_Click"/>
But now, with licensed version, we've the same code as above, but we're not getting the button's display. Just the text of the button appears and the display(box shape) is not there. Just Edit appears. Pls guide us to what we need to do.
Our customers are not happy with such buttons .