Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the best options available for a rich UI in an ASP.NET MVC application?

Tags:

asp.net-mvc

So far I've found the following components for building ASP.NET MVC views:

  • Yahoo UI (YUI)
  • Ext JS
  • Flexgrid (grid only)

What are the other options that are currently available which inlcude a nice grid component?

like image 940
Todd Smith Avatar asked Oct 28 '08 19:10

Todd Smith


People also ask

What are the 3 main components of an ASP.NET MVC application?

The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating MVC-based Web applications.

What is UI in MVC?

The component that displays the application's User Interface (UI) Controller. The component that handles user interaction, works with the model, and ultimately selects a view to render and display the UI. Now let's see the the concept of ASP.NET MVC and Webforms, Feature.


1 Answers

Check out JQGrid

like image 156
Gulzar Nazim Avatar answered Nov 15 '22 04:11

Gulzar Nazim