Sort Data Table not working

Hi @hp321

You can also try to sort using linq
dtInput.AsEnumerable().OrderBy(Function(row) Cdate(row(“DateColumn”))).CopyToDataTable()

Regards