How to edit tabular data (ASP MVC)

后端 未结 4 738
情歌与酒
情歌与酒 2021-02-05 21:27

I need to be able to edit a table of data in the browser.

I have seen in MVCContrib there is a HTML helper to render out a table. Useful... but what about if I want the

4条回答
  •  不思量自难忘°
    2021-02-05 21:43

    I would checkout one of the javascript UI libraries first:

    • ExtJS Grid
    • Yahoo DataTable
    • Flexigrid

    WebForms are easier when it comes to quickly developing rich UI's like editable grids.

提交回复
热议问题