I am successfully using jQuery and Ajax on my MVC app to asynchronously load a WebGrid based on a selected item of a DropDownList. I can see the WebGrid and its contents on the view. However, if I then attempt to look at Page Source (to see the HTML markup of the WebGrid), the bit inside the div tags for the WebGrid is empty. So I have:

<div id="gridContent">
   //completely empty
</div>

Why is this empty? The WebGrid is perfectly visible. Many thanks

有帮助吗?

解决方案

Use "Inspect Element" command instated of "View Page Source"

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top