- This topic has 1 reply, 2 voices, and was last updated 12 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Integrated Application Platform
Integrated Application Platform › Forums › General › Sort information from BrowseControl
If I use a BrowseControl, and a user has clicked some column to change the sorting, how can I get the sorting information from BrowseControl?
To get and set the sort column try using the GetSortCol and SetSortCol methods. The thing with BrowseControl is that it has a Default method that redirects any unhandled methods to ListControl. So, you have to check ListControl as well if you’re looking for available BrowseControl methods.