Rendering Grid In a Template
Using @Html.GetGridHtml
@Html.GetGridHtml(Model, "propertyAlias")@Html.GetGridHtml(Model, "propertyAlias", "bootstrap3")@Html.GetGridHtml(Model, "propertyAlias", "mycustomrenderer")/Views/grid/mycustomrenderer.cshtml
/Views/Shared/grid/mycustomrenderer.cshtml
/Views/Partials/grid/mycustomrenderer.cshtml
/Views/MacroPartials/grid/mycustomrenderer.cshtml
/Views/Render/grid/mycustomrenderer.cshtml
/Views/Shared/grid/mycustomrenderer.cshtml
/Pages/Shared/grid/mycustomrenderer.cshtmlLast updated
Was this helpful?