How can I sort the columns on the different grids of a panel dynamically at run-time?
Solution: A quick solution is by using the WINAPI/SortGrid Source Code object: 1) After having loaded the grid, locate an Edit Point where you can insert your code (i.e. ‘End load page for grid’ Post Point) 2) Make an API Call to the Source Code/refresh the Grid: ****************************************** // Sort grid in ascending order by Field1, Field2 &; Field3 Set GridSort