sorting by column in siteadmin
Hi,
I noticed that when you click on column header inside siteadmin the following command will get posted
and the json that gets returned will ordered alphanumerically either ASC or DESC.
I have created a new column by implementing the ListInfoProvider interface when I try to order this new column by selecting the header I again see this GET being made
but the json is not order by the newcolumn.
Any help is appreciated