- Active Social Version: 1.9.1
- DotNetNuke Version: 4.9.5
I'm trying to get my group tab in profiles to sort by desc instead of asc... tried the following code with no luck.. would this work or do i need different code.
uggg. sorry.. forgot how to post code to the forum.......
tab>
<tab controlKey="groups" text="[RESX:Groups]" isPostBack="true" hidden="false" permissions="" loadmethod="2">
<content>
runat="server" SortColumn="DateCreated" SortDirection="DESC" />]]>
content>
tab>