Xceed DataGrid for Silverlight Documentation
EndInit Method (DataGridControl)


Signals the end of a batch modification process.
Syntax
'Declaration
 
Public Sub EndInit() 
'Usage
 
Dim instance As DataGridControl
 
instance.EndInit()
public void EndInit()
Remarks
During a batch modification process, data will not be loaded, sorting operations will not be done, and the visible positions of columns will not be resequenced. All of these operations will be accomplished once the EndInit method is called.
Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback