Hello,
I have a XamGrid in which I just displays information (Not editable) but I have 2 problems in DateColumn:
Problem 1:
The DateColumn display a Datepicker in all rows of xam Grid so I d'ont need that because I juste use it for display (not editable xam Grid).
(When I use a datatemplate it is Oki but I lost the filter options of the DateColumn).
Problem 2:
When I select a Date in datepicker filter I must validate by enter key to apply filter.
I know that I can user datetemplate to change FilterItemTemplate and FilterEditorTemplate and set UpdateSourceTrigger=PropertyChanged but the reason that I don't use taht is the same of the first problem : I lost the filter options of the DateColumn.
I attached my sample in this post so can you see how can I resolve it.
Thanks.
Hello Anis,
Thank you for your post. I have been looking into and I can say the you can still use the approach with the TextBlock in the Column and DatePicker in the FilterEditorTemplate, but you should create a custom filter, so you can convert the Date value from the filter to a string. Here you can see how to create such filter:
http://help.infragistics.com/Help/NetAdvantage/Silverlight/2012.1/CLR4.0/html/xamGrid_Create_a_Custom_Filter.html
Hope this helps you.