Call the RefreshRow
method to redraw the specified row. The code below redraws the focused row.
C# |
gridView1.RefreshRow(gridView1.FocusedRowHandle);
|
VB |
GridView1.RefreshRow(GridView1.FocusedRowHandle)
|
Note
Detail pattern Views do not contain data and they are never displayed within XtraGrid. So, the RefreshRow member must not be invoked for these Views.
The RefreshRow member can only be used with real Views that are displayed within the Grid Control. The real Views with which an end-user interacts at runtime can be accessed using the following methods.