Click here to Skip to main content
15,886,088 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How I can show only year part of RadMonthYearPicker for display? i.e. hide the part of
month for display
Posted
Updated 29-Mar-23 10:13am

For questions on them, try here: Telerik Forum[^]

Also look at these:
Telerik - Documentation[^]
Telerik - Online Demos[^]
 
Share this answer
 
Hi,

You can add a ViewCellCreated event and add this code in it :

if ( e.Cell.CellType == Tel>erik.Web.UI.Calendar.MonthYearViewCellType.MonthCell ) e.Cell.Style.Add("display", "none");
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900