Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > DataGridControl Class : Refresh Method |
'Declaration Public Sub Refresh()
'Usage Dim instance As DataGridControl instance.Refresh()
public void Refresh()
Any modifications made to an active DataGridGroupConfigurationSelector (see DataGridControl.GroupConfigurationSelector property) or DataGridGroupConfiguration once the content of a grid is displayed requires a call to the Refresh method in order for the changes to be applied.
Calling the Refresh method will clear all created rows and redisplay the items at the top of the item source. This operation will be made asynchronously.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family