This question is locked. New answers and comments are not allowed.
Hello,
i use the client checkbox example from the telerik page. In the example when the user press the button the javascript load the content in the result div.
But i want to update the complete site. The result from the controller is a complete view.
I think this is more a javascript problem then a grid problem, but i hope some can help me.
i use the client checkbox example from the telerik page. In the example when the user press the button the javascript load the content in the result div.
script type="text/javascript"> function displayCheckedOrders() { var $checkedRecords = $(':checked'); $('#result').load('<%= Url.Action("DisplayCheckedOrders", "Grid") %>', $checkedRecords); } </script>But i want to update the complete site. The result from the controller is a complete view.
I think this is more a javascript problem then a grid problem, but i hope some can help me.