tms Grid sorting : Memoryleak

Hi, 


Sorting needs to be applied on the dataset. Internally sorting is applied to the grid and not automatically on the dataset.
You can implement the OnCanSort event and set Allow to false, and based on the sort setting perform a manual sort on the dataset directly. The dataset will automatically refresh the grid in a sorted state.

We are able to reproduce the memory leak and are still investigating the cause for this issue.

Kind Regards,
Pieter