DatePicker select only the year and month

Is there a way to select only the year and month in Radzen DatePicker?
If not, do you have any plans to implement it in a future update?

There is no way to select year and month only - we cannot add such feature since the result will not be DateTime. You can use two DropDown components.

thank you.
use that method.

this shows just the month and year.

<RadzenDatePicker ShowTime="false" Inline="true" ShowDays="false" />