Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Creating gridview dynamically with hierarchy of depth N
posted

Hi,

I would like to know is there any way to create a webgridview with hierarchical structure with depth of hierarchy as N(ie provided at runtime). If so pls provide me sample jsp, backingbean, dao, faces-config.xml and other relevant data.

For example, if I pass N value as 2, it should display parent(expandable), children(expandable), grandchildren data. If I pass N value as 1, it should display parent(expandable) and children