Hi,
I have hooked up a radgrid edit button column to a radwindow so a user can edit a record in the radwindow. The parent page then refreshes when the radwindow is closed. This all works fine, I'm using this code..
function OnClientClose(sender,args)
{
window.location.reload();
}
This works, but obviously causes a big fat refresh of the whole page. Is there a way I can just refresh my radgrid with ajax without having to do the full refresh?
Thanks,
Matt
I have hooked up a radgrid edit button column to a radwindow so a user can edit a record in the radwindow. The parent page then refreshes when the radwindow is closed. This all works fine, I'm using this code..
function OnClientClose(sender,args)
{
window.location.reload();
}
This works, but obviously causes a big fat refresh of the whole page. Is there a way I can just refresh my radgrid with ajax without having to do the full refresh?
Thanks,
Matt