谁能告诉我如何在MVC5中使用网格? [英] Can anyone tell me how can I use grid in MVC5?

查看:57
本文介绍了谁能告诉我如何在MVC5中使用网格?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想通过Grid在我的数据库中保存详细记录,我可以在我的MVC项目中使用网格吗?



我尝试了什么:



I want to save detail records in my database through Grid, can i use grid in my MVC project?

What I have tried:

@using (Html.BeginForm())
{
    @Html.AntiForgeryToken()

    <div class="form-horizontal">
        <h4>Gl_t_vcr</h4>
        <hr />
        @Html.ValidationSummary(true, "", new { @class = "text-danger" })
        @Html.HiddenFor(model => model.mvch_no)









我想在这个视图中使用网格,我该怎么做?





I want grid in this view, how can i do this?

推荐答案

mvc5 grid - Google搜索 [ ^ ]


这篇关于谁能告诉我如何在MVC5中使用网格?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆