Recommended approach to implementing inline editing for a MVC grid please?

前端 未结 5 572
醉酒成梦
醉酒成梦 2021-02-08 16:07

I am using MVC3, C#, Razor, EF4.1

I have implemented grids in their most simple form ie Razor Tables. At present I have implemented editing of record fields off page ie

5条回答
  •  孤独总比滥情好
    2021-02-08 16:53

    Well in that case I will suggest you to add a div with a unique id with each grid row. and on the click of edit button insert a row having text boxes with value using java script.

提交回复
热议问题