Skip to content

Instantly share code, notes, and snippets.

@shou1sannomiya
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shou1sannomiya/4f1e61f11b45c09d692d to your computer and use it in GitHub Desktop.
Save shou1sannomiya/4f1e61f11b45c09d692d to your computer and use it in GitHub Desktop.
ロードオンデマンドでの伝票一覧PartialView
@* 取引伝票の発行 伝票一覧 PartialView <_sellistOndm> *@
@using Infragistics.Web.Mvc;
@model Infragistics.Web.Mvc.GridModel
@Scripts.Render("~/bundles/infragistics.loader")
@(Html.Infragistics().Loader()
.ScriptPath(Url.Content("~/Scripts/IG/js/"))
.CssPath(Url.Content("~/Content/IG/css/"))
.Theme("metro").Render()
)
<style>
割愛します
</style>
<div style="margin-left:4px;float:left;">
@* 伝票一覧グリッド *@
@(Html.Infragistics().Grid(Model))
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment