I am using the example from here to implement filtering of a column using DateTime field. I have the following dataformatstring for my gridbound column
If I use the scriptblock from the example,the toDate for the filter does not include the time portion and it defaults to 12:00 AM and so, it behave like the filter is exclusive of the To date. How do I make it inclusive, so that the filtered data includes the date selected in the ToDate datepicker?
Thanks in advance,
Saritha
| <telerik:GridBoundColumn DataField="Date" HeaderText="Date" UniqueName="Date" DataFormatString="{0:MM/dd/yyyy hh:mm:ss}" > |
If I use the scriptblock from the example,the toDate for the filter does not include the time portion and it defaults to 12:00 AM and so, it behave like the filter is exclusive of the To date. How do I make it inclusive, so that the filtered data includes the date selected in the ToDate datepicker?
Thanks in advance,
Saritha