Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
635
Filtering DateColumn in Xam Grid
posted

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.

FilteringXamGrid.zip