Hi Peter
The first xml is saving a between dates filter for 24th May 2013. You can see the format is American (mm/dd/yyyy). The second xml is saving an equals date filter and the format is correct, UK (dd/mm/yyyy).
Hope this helps,
Thanks,
John.
<
RadGridView
AutoSizeRows
=
"True"
ShowCellErrors
=
"False"
ShowRowErrors
=
"False"
ReadOnly
=
"True"
BackColor
=
"Window"
Cursor
=
"Default"
TabIndex
=
"2"
>
<
MasterTemplate
EnableAlternatingRowColor
=
"True"
AllowDeleteRow
=
"False"
AllowAddNewRow
=
"False"
EnableFiltering
=
"True"
AutoSizeColumnsMode
=
"Fill"
AutoGenerateColumns
=
"False"
ShowRowHeaderColumn
=
"False"
>
<
Columns
>
<
Telerik.WinControls.UI.GridViewDateTimeColumn
Width
=
"88"
Name
=
"columnDate"
SortOrder
=
"Descending"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Date"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
>
<
FilterDescriptors
>
<
Telerik.WinControls.Data.FilterDescriptor
PropertyName
=
"columnDate"
Operator
=
"IsGreaterThanOrEqualTo"
Value
=
"05/24/2013 00:00:00"
/>
<
Telerik.WinControls.Data.FilterDescriptor
PropertyName
=
"columnDate"
Operator
=
"IsLessThanOrEqualTo"
Value
=
"05/24/2013 00:00:00"
/>
</
FilterDescriptors
>
</
FilterDescriptor
>
</
Telerik.WinControls.UI.GridViewDateTimeColumn
>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"215"
Name
=
"columnChanged"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Updated By"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"424"
Name
=
"columnEvent"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Event"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"183"
Name
=
"columnCRN"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"CRN"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"165"
Name
=
"columnVersionNo"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Version Number"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"68"
Name
=
"columnFormDefType"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Type"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"113"
Name
=
"columnFormDefGroup"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Form Definition Group / Form Type"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"53"
Name
=
"columnSignOffStatus"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Status"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewCheckBoxColumn
Width
=
"85"
Name
=
"columnInclude"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Chronology"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
</
Columns
>
<
FilterDescriptors
>
<
Telerik.WinControls.Data.CompositeFilterDescriptor
NotOperator
=
"False"
PropertyName
=
"columnDate"
IsFilterEditor
=
"True"
>
<
FilterDescriptors
>
<
Telerik.WinControls.Data.FilterDescriptor
PropertyName
=
"columnDate"
Operator
=
"IsGreaterThanOrEqualTo"
Value
=
"05/24/2013 00:00:00"
/>
<
Telerik.WinControls.Data.FilterDescriptor
PropertyName
=
"columnDate"
Operator
=
"IsLessThanOrEqualTo"
Value
=
"05/24/2013 00:00:00"
/>
</
FilterDescriptors
>
</
Telerik.WinControls.Data.CompositeFilterDescriptor
>
</
FilterDescriptors
>
<
SortDescriptors
>
<
Telerik.WinControls.Data.SortDescriptor
PropertyName
=
"columnDate"
Direction
=
"Descending"
/>
</
SortDescriptors
>
</
MasterTemplate
>
</
RadGridView
>
<
RadGridView
AutoSizeRows
=
"True"
ShowCellErrors
=
"False"
ShowRowErrors
=
"False"
ReadOnly
=
"True"
CausesValidation
=
"False"
BackColor
=
"Window"
Cursor
=
"Default"
TabIndex
=
"2"
>
<
MasterTemplate
EnableAlternatingRowColor
=
"True"
AllowDeleteRow
=
"False"
AllowAddNewRow
=
"False"
EnableFiltering
=
"True"
AutoSizeColumnsMode
=
"Fill"
AutoGenerateColumns
=
"False"
ShowRowHeaderColumn
=
"False"
>
<
Columns
>
<
Telerik.WinControls.UI.GridViewDateTimeColumn
Width
=
"88"
Name
=
"columnDate"
SortOrder
=
"Descending"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Date"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
>
<
FilterDescriptor
xsi:type
=
"Telerik.WinControls.Data.DateFilterDescriptor"
Value
=
"2013-05-24"
IgnoreTimePart
=
"False"
PropertyName
=
"columnDate"
Operator
=
"IsEqualTo"
IsFilterEditor
=
"True"
xmlns:xsi
=
"http://www.w3.org/2001/XMLSchema-instance"
/>
</
Telerik.WinControls.UI.GridViewDateTimeColumn
>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"215"
Name
=
"columnChanged"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Updated By"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"424"
Name
=
"columnEvent"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Event"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"183"
Name
=
"columnCRN"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"CRN"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"165"
Name
=
"columnVersionNo"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Version Number"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"68"
Name
=
"columnFormDefType"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Type"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"113"
Name
=
"columnFormDefGroup"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Form Definition Group / Form Type"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewTextBoxColumn
Width
=
"53"
Name
=
"columnSignOffStatus"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Status"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
<
Telerik.WinControls.UI.GridViewCheckBoxColumn
Width
=
"85"
Name
=
"columnInclude"
IsVisible
=
"True"
ReadOnly
=
"True"
HeaderText
=
"Chronology"
WrapText
=
"True"
TextAlignment
=
"TopLeft"
/>
</
Columns
>
<
FilterDescriptors
>
<
Telerik.WinControls.Data.DateFilterDescriptor
Value
=
"2013-05-24"
IgnoreTimePart
=
"False"
PropertyName
=
"columnDate"
Operator
=
"IsEqualTo"
IsFilterEditor
=
"True"
/>
</
FilterDescriptors
>
<
SortDescriptors
>
<
Telerik.WinControls.Data.SortDescriptor
PropertyName
=
"columnDate"
Direction
=
"Descending"
/>
</
SortDescriptors
>
</
MasterTemplate
>
</
RadGridView
>