How can I sort a Grid based on Virtual fields displayed on it?
Solution: 1) Create a “Position” region on the Panel and populate with the fields that you want to sort by (the Virtual fields on the View that is displayed on the grid) 2) Geet the “Grid” when you start loading: Post Point Start load Grid Get Position 3) Add the following metacode for each row that is to be displayed on the grid: Post Point Start set row usage for Grid +For Each Field Position ++If Not Empty ++If LE FetchedData // Do not do anything ++Else Set GridL