Refreshes only the corresponding grid and also triggers the refresh event.
<Grid>.Refresh()
Controls: Grid
Generators:
.NET,
.NET Framework, Java, Apple, Android
In the example explained in HowTo:Develop a messaging web page each time a new post is added by a user, the Grid which displays the posts is refreshed but not the whole page where it is contained.
Event 'Postcomment'
InsertNewComment.Call(PostId, &newcomment)
&newcomment=""
Grid1.Refresh()
Endevent