Hi,
I have a Telerik MVC grid that has a column with a menu in it as well as a column with a panel bar in it. I recently added the panel bar to one of the columns and now when I click on items in the panel bar, the "onSelect" javascript function for the menu is executing -- and it is executing once for each row (for each panel bar). How does this happen?
Below is the code that defines both of the conflicting columns and I don't see how the menu jscript function is being bound to the panelbar. Any insight is appreciated.
Thanks,
Rob
--
Here is how I defined my menu:
Here is how I defined my panelbar: