I'm trying to create a single icon button to launch a lookup window. I want the button to match the calendar popup button (Default skin) that can be viewed on this demo: http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx.
I tried creating a RadButton with an icon element (and no text property) but it still has a space to the right of the button (and has the button background whereas the calendar background is transparent until rollover). Any suggections?
I tried creating a RadButton with an icon element (and no text property) but it still has a space to the right of the button (and has the button background whereas the calendar background is transparent until rollover). Any suggections?
<telerik:RadButton ID="RadButton1" runat="server" > <Icon PrimaryIconUrl="images/icons/find.png" /> </telerik:RadButton>