Hi,
I have a grid with a column which it is of date type:
{ text: ‘SO Date’, datafield: ‘so_date’, filtertype: ‘date’, cellsalign: ‘center’, editable: false, width: 100, cellsformat: ‘dd-MM-yy’},
When a user does a fitlering on the date, he/she can select a range of date. However, when a date range is selected, let say from January 1st, 2013 to January 31st, 2013, the result only show rows from January 1st, 2013 to January 30th, 2013 without data (or rows) of January 31st, 2013 in it. Therefore, to see the data for the entire January 2013, he/she needs to select from January 1st, 2013 to February 1st, 2013 which some users are complaining about it.
I would like to know if there is a way to fix it?