Hello All,
I am building a app for performing CRUD operations into a database. There is a part where data is fetched from the db in a datatable, which is bound to a custom list in the app. The data is displayed perfectly without issues.
I also want to add a sort functionality, and I do not want to again do this via the robot, due to run time concerns. So I tried to use the Sort function in the data source for the list:
But the Sort does not have any effect whatso ever on the list. It still displays it in the same order as the data is coming from the process.
What am I doing wrong?
All the help is hugely appreciated and thanks a lot in advance!!