I need to write a temporary Web-based graphical front-end for a custom server system. In this case performance and scalability aren\'t issues, since at most 10 people may ch
The latest additions to the List would be WIJMO and KendoUI.
http://www.wijmo.com
http://www.kendoui.com
You could try RedUI, it is not ready for production yet, but it should be good for your goal.
The approach is inspired by WPF, you describe your UI out of predefined controls, like Textbox, Combobox, but also some more complicated controls like TreeView or GridView. In the model you also declare you data bindings.
The library will render a window for you.
Then you bind it to the view model, subscribe to events, and add the custom logic that handle those events (e.g. upon "window.closed" you can send the updated view model back to the server).
You can see live examples at http://redui.net/
You can also see the demo application at http://redui.net/mailclientdemo/. This will give you an idea of what you can do.
Check out DHTMLX.
DHTMLX Toolkit is a comprehensive set of Ajax-enabled DHTML UI components. Professionally developed grid, treegrid, treeview, tabbar, calendar, menu, toolbar, combobox, windows, items browser, color picker and file uploader empower developers to build cross-browser web applications with high interactivity and rich user experience. DHTMLX components provide the most complete set of features and allow you to bring desktop-like functionality to the web.
ShieldUI is also a good commercial framework.