I'm using a Grid to display a list of CDT, the list of CDT is retrieved from

I'm using a Grid to display a list of CDT, the list of CDT is retrieved from database, with a pagingInfo that is sorted by two columns, with something like:

local!pagingInfo:a!pagingInfo(startIndex: 1, batchSize:50, sort: {a!sortInfo(field:"ID"), a!sortInfo(field: "NAME")}),

The above pagingInfo is also used as value and saveInto for the gridField.

In the first page, the records are sorted by ID and NAME correctly, but beginning from the second page, the records are only sorted by the first field(ID), the records are not sorted by the second field (NAME) any more.

Does anyone have similar issue? Thanks.

OriginalPostID-158066

OriginalPostID-158066

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data