Hi,
I have a requirement for a data grid (similar to a data table) in which i can group data on columns. It seems .NET has a similar grid component (infragistics.com). I need to know if there are any open-source/commercial components available for this.
Some advanced commercial grid components have built-in support for automatic client-side grouping of the data. The common UI for these commercial components is to enable the display of a "grouping panel" just above the grid. The end user can drag and drop column titles to the grouping panel and the grid is automatically grouped in a hierarchical manner (client-side or server-side).
If there arent any then how do i go about this problem. Having dropdowns from which the user can select his grouping levels and displaying data is what i'd want to achieve.
Check this link, it has the above implementation for a .NET framework. Is there something on these lines for jsf?
http://samples.infragistics.com/2007.1/contents.aspx?t=WebTabs/CustomerViewer/WebForm1.aspx~srcview.aspx?path=WebTabs/CustomerViewer/WebForm1.src~srcview.aspx?path=WebTabs/CustomerViewer/WebForm1.src
thanks,
Dilip
Message was edited by:
dilip_jsf