ComponentOne True DBGrid for WinForms
RefetchRow() Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class > RefetchRow Method : RefetchRow() Method
Retreives data from the datasource for the current row and refreshes the row.
Syntax
'Declaration
 
Public Overloads Sub RefetchRow() 
public void RefetchRow()
Remarks

The RefetchRow method repopulates the specified row from a data source. It also repaints the row, firing all events necessary for redisplay.

By default, the grid retrieves data automatically as needed. In some circumstances, the underlying datasource may change without the grid receiving notification that a change has occurred. The RefetchRow method is provided for this purpose.

See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members
Overload List