ASPxClientCardView.Refresh Method
In This Article
Updates data displayed within the grid.
#Declaration
TypeScript
Refresh(): void
#Remarks
To update data, the Refresh method sends a callback to the server and re-binds the grid.
See Also