Looking for web UI component...
-
I'm about to start a new project that will involve creating a somwhat sophisticated "web 2.0" application. One of the things that will be a centerpiece for this application will be a list of clients that users will need to manipulate, view, etc. I'd like to use a list that looks and functions much like the one on BlueNile.com when searching for an engagement ring. No page numbering / user involved paging schemes, just a list with a scroll bar where the contents are populated via custom AJAX-esque calls. Can anyone point me to a commercial or open-source implementation of a list/grid that functions like the one on BlueNile.com?
-
I'm about to start a new project that will involve creating a somwhat sophisticated "web 2.0" application. One of the things that will be a centerpiece for this application will be a list of clients that users will need to manipulate, view, etc. I'd like to use a list that looks and functions much like the one on BlueNile.com when searching for an engagement ring. No page numbering / user involved paging schemes, just a list with a scroll bar where the contents are populated via custom AJAX-esque calls. Can anyone point me to a commercial or open-source implementation of a list/grid that functions like the one on BlueNile.com?
That's a snazzy website. The only problem I have with that Grid control is that it doesn't take the focus for the MouseWheel.
-
I'm about to start a new project that will involve creating a somwhat sophisticated "web 2.0" application. One of the things that will be a centerpiece for this application will be a list of clients that users will need to manipulate, view, etc. I'd like to use a list that looks and functions much like the one on BlueNile.com when searching for an engagement ring. No page numbering / user involved paging schemes, just a list with a scroll bar where the contents are populated via custom AJAX-esque calls. Can anyone point me to a commercial or open-source implementation of a list/grid that functions like the one on BlueNile.com?
You can find a slider implementation here using Bindows javascript framework http://skypoetsworld.blogspot.com/2006/12/cool-blue-nile-sliders.html
-
You can find a slider implementation here using Bindows javascript framework http://skypoetsworld.blogspot.com/2006/12/cool-blue-nile-sliders.html
Thanks. I've already implemented a slider. The list control is allot more work so I was hoping to find something I could buy/customize.
-
Thanks. I've already implemented a slider. The list control is allot more work so I was hoping to find something I could buy/customize.
I know it'd be a bit more work but take a look at the various grid plugins for jQuery. Although you'd have to get down with the nitty gritty html generation you can probably just write a repeater / similar control (or use the CSS adapters) to output html compliant with the plugin, then you usually just add a css class or "rel" tag and off you go, nice ajaxy grid. Alternatively there's the Yahoo UI Library, again would require a bit of ground-work. Commerical wise there's probably stuff like Telerik (from what I hear a very good suite), Infragistics, ComponentOne to name but a few.