Quantcast
Channel: ASP.net MVC Awesome - jQuery Ajax helpers
Viewing all articles
Browse latest Browse all 345

New Post: How to Show Grid in a Popup

$
0
0
you need an action that returns a view with a grid in it,
and after that you can declare a popup that has that action as url

same as here: http://demo.aspnetawesome.com/PopupDemo (Popup with content requested via ajax)
<%:Html.Awe().PopupActionLink().Name("p2")
        .Url(Url.Action("Meals"))
        .LinkText("Open Popup")
        .Width(500)
        .Height(450)%>
except in that example there's an ajaxlist in that view

Viewing all articles
Browse latest Browse all 345

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>