开发者

Custom grid for ASP.NET MVC 2

I'm implementing a ASP.NET MVC 2 application and I need a grid with the following features:

  • Editable fields, with templaes (e.g. numeric field, date picker, dynamic drop-down combo).
  • Add rows in the client side (no callback) by pressing a button/link.
  • Re开发者_如何学编程move rows in the cliente side (no callback) by pressing a button/link.
  • Add rows in the client side when tab is pressed in the last editable column (no callback).
  • Control the name of the input controls (so they are posted with those names on form submition).
  • Have some non-editable columns whose value is calculated in the client side (no callback) depending on other columns' values.

E.g.: I'll use it for a Order -> IList<OrderLine> (one to many) Model.

I was planning to develop it myself using jQuery but I don't want to re-invent the wheel. Is there any javascript framework which already privides such a grid?


Update: I've tried Telerik grid, but found it difficult to get all the features mentioned above. So, any advice from experienced Telerik users about how to implement all of them with that extension is welcome.


check out telerik Extensions for asp.net MVC , i think they have what you are looking for


Check out MVC Contrib, http://mvccontrib.codeplex.com/releases


Do you know this site:

www.datatables.net

I have used this plugin a year ago and from what I remember most of your requirements can be done. It is free.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜