Often when building an application you need to determine the current sort column and sort order, since the user can re-sort columns at any time by clicking on a column’s header. The following example shows how to listen for the headerRelease event (DataGridEvent.HEADER_RELEASE) to determine the current sort order after a user clicks on a [...]
{ 3 comments }