'Declaration Public Overloads Sub RefetchRow( _ ByVal row As System.Integer _ )
public void RefetchRow( System.int row )
Parameters
- row
- The row to refetch.
'Declaration Public Overloads Sub RefetchRow( _ ByVal row As System.Integer _ )
public void RefetchRow( System.int row )
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.