In wpf , the date column in XAMDATAGRID displays the date in ( MM/DD/YYYY ) , I wanted it to be displayed like ( YYYY/MM/DD)
Awaiting for your reply
Thank You
Hi Jeevan,
Thank you for your post. I have been looking into your requirement and my suggestion is to apply mask for the XamDateTimeEditor control like e.g.:
<Style TargetType="{x:Type igEditors:XamDateTimeEditor}" >
<Setter Property="Mask" Value="yyyy/mm/dd" />
</Style>
Let me know, if you need any further assistance on this matter.
Thank You for your reply ,
The sorting in the date- time column of the xamdatagrid happens month wise , i want it to happen according to date wise ascending and descending .
Hi,
Thank you for your reply. On my side the sorting of the field is based on the year in the date. I am attaching a sample application(DataGridDateTime.zip).
I am not sure what you mean exactly by “happen according to date”.
Could you please explain me in more details?
Looking forward to hearing from you.
Thank You Yanko
I meant , when the header is clicked the sorting is happening in month wise (ascending and descending) , i wanted it to be happpen in date wise sorting ( ascending and descending )
Hello,
I am just checking if you require any further assistance on the matter.