How to use more record fields in "sortField" of read only grid (Grid uses record data)

Certified Associate Developer

My read only grid is having a column "Emp - Name" where we are concatenating Emp First Name and Emp Last Name and showing under a single column "Emp - Name". Here how to sort this column "Emp - Name" by clicking on the Header with both Emp Last Name and Emp First Name (First sort with Emp First Name then with Emp Last Name).

"sortField" parameter is accepting only one record type field (In this case, i'm able to use either the firstname or the lastname to sort)

Please advise.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data