I have been checking the jQuery UI for a listview control and one doesn开发者_Go百科't seem to exist.
Of course I can't use the asp.net control because I am using MVC.
Is there an alternative? Or another recommended plugin?
There doesn't seem to be any available unless I am missing something.
Web Grid will work for your problem. You could also just render a table with rows in it, iterating over the model. I usually go with the latter since I have complete control over how and what gets rendered.
精彩评论