yes, but then you have to extend the grid-porcessing, so that sorting is done on your own. We do not support this by default, because the sorting we do is via "Collections" (standard util-class of Java). This "Collections" sorting is internally using a quick sort, which does not keep the sequence of items when re-sorting.