I created a GridTreeControl object and added an eventhandler GridTreeRequestTreeItemsHandler to fill the grid with a collection object list. This event seems to be called at the loading of the grid.
Now the data will be manipulated outside and I need to refresh the data. This event must be called again. Is there a way to update the data again?