App Grid of SC8 work only in a Iframe and not in a Div ??

Hello, I wrote a new template with Bootstrap layout, I 've built inside SC8,
it is possible that the 'APP SC8 Grid work only inside the Iframe?
In the new layout structure made with Bootstrap load the APP in the Div using Ajax with this function:

<script src=‘http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js’></script>
<script>
$(function () {
$(’#main-nav a’).on(‘click’, function (e) {
e.preventDefault();
var page = $(this).attr(‘href’);
$(’#CENTER’).load(page);
});
});
</script>

The Grid is loaded correctly, but does not respond and freezes, such as the Button Next e Previous Page not work.

If the load inside Iframe works all right.

Hello, no one has an answer to this question?
I have done several tests, both charging the Grid with Ajax and also with other methods, I came to this conclusion Grid of SC8 works only in the Iframe.

A lot of time ago I tried, without success. Didn’t spent too much time on this, but enough to understand that is not worth

Hello Giu, thanks for the reply, i tell you the truth i lost one day to try to make it run directly into a div, but without success, I tried in every way.
I always solved with the usual iframe.