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,
I found this post duplicate to this one:
http://ko.infragistics.com/community/forums/p/83842/418918.aspx
which is already discussed.