Hello,
I am using a GridDateTimeColumn and using a different DateTimeFormat.
In my filter menu I get a different format. Is there a way to fix it without using server side functions? If it cannot be only using client side(using the markup(not javascript)) what is the solution from server side?
Thanks
I am using a GridDateTimeColumn and using a different DateTimeFormat.
<telerik:GridDateTimeColumn HeaderText="My Date>" DataField="MyDateTime" PickerType="DateTimePicker" DataType="System.DateTime" UniqueName="MyDateTime" GroupByExpression="MyDateTime Group By MyDateTime" DataFormatString="{0:dd/MM/yyyy hh:mm tt}" FilterDateFormat="dd/MM/yyyy hh:mm tt" EditDataFormatString="dd/MM/yyyy hh:mm tt" AllowFiltering="true" AllowSorting="true"></telerik:GridDateTimeColumn>In my filter menu I get a different format. Is there a way to fix it without using server side functions? If it cannot be only using client side(using the markup(not javascript)) what is the solution from server side?
Thanks
