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

reuse/replicate X icon in RadMonthYearPicker

1 Answer 21 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kelmen
Top achievements
Rank 1
Kelmen asked on 27 Nov 2014, 04:48 AM
I want to reuse/replicate the little X icon at the right side of the texbox when editing the datevalue of RadMonthYearPicker

I will implement my own onclick event for it

anyone know how to reuse/replicate the little X icon ?

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 01 Dec 2014, 09:31 AM
Hi Kelmen,

The 'x' icon that you are referring to is coming from the IE browser and is not related to RadMonthYearPicker. You can place simple input element on a page and you will still notice the same 'x' icon for clearing the input. Some more details in this matter could be found in the following forum thread:
As for creating such icon within an input element in other browser, you can take a look at this forum thread:
Finally, if you need to have such icon outside of an input, you can use a simple ImageButton with a custom 'x' icon:
<asp:ImageButton runat="server" ImageUrl="someUrl" />

Hope this helps.


Regards,
Konstantin Dikov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Kelmen
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or