Sort elements in a grid

1
0
-1

Hi. I create a Grid that I populate with elements from a database. Is there a tool to sort the elements in the grid ? For example, I have a User's grid (firstname, lastname, adress, ...). I want to sort them by name after the grid is displayed. Thanks in advance.

1 answer

1
0
-1

The easiest thing in my experience is to make sure that what you collect from the DB is already sorted. Create a custom query for your business data definition with the required "ordered by" clause to get the results you want - and call that from the form.

Notifications