I have an MDI form containing 3 child forms. The child forms each contains a FlexGrid. There is a datepicker control on one of the forms. When the date is changed I want to refresh the data in all of the FlexGrids. The only way I have been able to do this is to unload the forms and reload them. The form.refresh and form.FlexGrid.refresh methods don't seem to do anything. What do I need to do to get the refresh methods to work?