ASPxClientVerticalGrid.Refresh Method
In This Article
Updates vertical grid data.
#Declaration
TypeScript
Refresh(): void
#Remarks
Call the Refresh
method to update vertical grid data. Once called, the method sends a callback to the server and rebinds the grid.
Note
In batch edit mode, the vertical grid does not show the confirmation dialog after you call the Refresh
method.
See Also