BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Query |
Comments | |
GridDateTimeColumn select only month/year. |
Your requirement can be achieved by setting GridDateTimeColumn.DisableDateSelection property and GridDateTimeColumn.Pattern as YearMonth. Where editor allows you to select month instead of Date. XAML:
| |
There was a toggle button or a checkbox at the bottom of the popup to switch the selection mode between month and day . |
It is not possible to add button in editor to switch between month and date selection. You have to achieve your requirement by setting properties as mentioned for Query 1. | |
Style the GridDateTimeColumn. |
You can style GridDateTimeColumn by setting GridDateTimeColumn.CellStyle property. XAML:
|