Dear support, I have a grid with filtering enabled as the code below
I want to be able to filter by date but it seems when i type to filter textbox, e.g. 22/06/2021 it does not filter at all.
can you please provide the Code Snipet to make that work ?
than
******
<GridFilterSettings Mode="FilterBarMode.Immediate" ImmediateModeDelay="700"></GridFilterSettings>
<GridColumn Field=@nameof(MyApp.Model.VisitActivity.ExamDate) HeaderText="ExamDate" Format="dd/MM/yyyy" Type="ColumnType.DateTime" TextAlign="TextAlign.Left" AutoFit="true"> </GridColumn>