Dialog issue with Asp.Net MVC

Dialog issue with Asp.Net MVC

I'm trying to open a mvc view as a dialog , it hangs with a loading panel but never displays the pop-up.

i'm trying it like this,

<a href="/Menu/Options" data-transition="pop" data-theme="d" data-role="button" data-rel="dialog" data-inline="true">

Is this possible to do?

/BB