Hi,
I/m not sure if I am creating a duplicate thread, if yes then apologies for that but I checked all possible threads.
I need to sort my datatable first with 2 columns (data type String), then with date.
I have already tried converting the datatable to dataview and sort the dataview(myView)
myView.sort = “Status,Desc,Delivery Date Asc”,
This dosent sort the date, any suggestions please.
What i want is to use a custom sort as below:
Regards
Anshul