Procedure RefreshListFromDD
Call: | Send RefreshListFromDD |
If the grid or list is data-aware and the row data is automatically loaded from the DataDictionary object (DDO), then you can send RefreshListFromDD to make the grid refresh the rows it is displaying around the currently loaded record (meaning that it tries to maintain the current record) in the grid's Server Data Dictionary.
If the server DDO does not have a current record, then the grid is simply reloaded from the first row in the data set.