I have a datagrid having a strongly typed array of objects as its data source.
The data from the array of objects is displayed by means of a table style, which is fine, but I cannot sort the data when I click on the column header.
I have set the tablestype.allowsorting = true, but this has no...