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
245
WebDataMenu child elements on client side
posted

Hi there, I'm using the NetAdvantage 9.2. WebDataMenu control that is bound to a WebHierarchicalDataSource control. My webdatamenu has a data menu item called REPORTS, which has child data menu items. Some of these child data menu items also contain additional data menu items like the below scenario:

Reports

                -> Detail Reports Group 1->

                                                                Detail Report#1a

                                                                Detail Report#2a

                                                                Detail Report#3a

è    Report#1

è    Report#2

è    Report#3

-> Detail Reports Group 2->

                                                                Detail Report#1b

                                                                Detail Report#2b

                                                                Detail Report#3b

 

Is there a way to determine whether or not a clicked item has any child items on the client side. For instance, in my above situation, I want to know if the menu item clicked has any child data menu items in the ItemSelected and ItemClick client side events.

 

If anybody can provide me some help I would greatly appreciate it.

 

Thank you so much.