Hi,
I need to show TimeSpan values in a grid with sorting and filtering. Sorting is OK but filtering is not OK. I tested many ways but none worked.
Any solution ?
Thanks in advance
I need to show TimeSpan values in a grid with sorting and filtering. Sorting is OK but filtering is not OK. I tested many ways but none worked.
<MasterTableView AllowCustomPaging="false" AllowFilteringByColumn="true"> <telerik:GridBoundColumn DataField="Duration" HeaderText="Duration" UniqueName="Duration" /> <telerik:GridDateTimeColumn DataField="Duration" HeaderText="Duration" UniqueName="Duration" PickerType="TimePicker" DataType="System.TimeSpan" /> ...</MasterTableView>Any solution ?
Thanks in advance