Hello,
I have following code:
I would like to implement followin: After one of two dates will be picked second one should be set to the same value. How I can implement this behaviour with the simplest solution?
I have following code:
<telerik:GridDateTimeColumn FilterControlWidth="140px" DataField="Datum" HeaderText="Datum" SortExpression="Datum" UniqueName="Datum" PickerType="DateTimePicker" EnableRangeFiltering="true" CurrentFilterFunction="Between" ReadOnly="True" AllowFiltering="True" FilterListOptions="VaryByDataType"> <HeaderStyle Width="220px" /></telerik:GridDateTimeColumn>I would like to implement followin: After one of two dates will be picked second one should be set to the same value. How I can implement this behaviour with the simplest solution?