Posted 4 July 2019, 4:10 am EST
Date not showing in the correct format
We are sorry but we were not able to replicate the issue at our end. Please refer to the sample below that we used to replicate the issue. Could you please tell us whether we are missing something in order to replicate the issue?
Date format
You may use the format property of Column to show the date in the desired format which is demonstrated in the sample.
Sorting
You can easily sort the date by clicking on the header of Date column or you can also sort the date using the sortDescriptions property of CollectionView.
grid.collectionView.sortDescriptions.push(new wjcCore.SortDescription('date', true));
Please refer to the sample below:
https://stackblitz.com/edit/js-gjeqxg