Xceed DataGrid for Silverlight Documentation
Refresh Method


Refreshs the grid.
Syntax
'Declaration
 
Public Sub Refresh() 
'Usage
 
Dim instance As DataGridControl
 
instance.Refresh()
public void Refresh()
Remarks

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.

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback