Hi, I'm using the example below to update some information on the screen, after the close radwindow, however with the code: GetRadWindow (). BrowserWindow.location.reload (); the whole screen is being updated, and that I needed to update only the GRID I have.
Still, I'm passing the values manually to the grid.
Can you help me?
- function RefreshParentPage()
{
GetRadWindow().BrowserWindow.location.reload();
}
</script>
- private void Button2_Click(object sender, System.EventArgs e)
{
InjectScript.Text="<script>RefreshParentPage()</" + "script>";
}