Hi,
I use a ListGrid in combination with a SQL DataSource. I want to use a sort by two fields, but the result is only sorted by the first of the two fields.
In the server log file I got the following message:
WARN DSRequest - getSortBy() called on dsRequest containing multiple sortBy fields, returning first in list.
Is there a problem with multiple sort fields and SQL DataSources?
Chris
I use a ListGrid in combination with a SQL DataSource. I want to use a sort by two fields, but the result is only sorted by the first of the two fields.
In the server log file I got the following message:
WARN DSRequest - getSortBy() called on dsRequest containing multiple sortBy fields, returning first in list.
Is there a problem with multiple sort fields and SQL DataSources?
Chris
Comment