jacktripper
Programmer
I'm been searching all day trying to find a solution to this. Surely others have figured this out.
I have a .Net menu control with a series of MenuItems. If you click the text of a given MenuItem, the window navigates goes to the correct NavigateURL page. But, clicking anywhere else in the same cell does nothing.
I want the user to be able to click the cell and not worry about hitting the exact text. I tried adding a Menu1_MenuItemClick event, but that only fires if the text is clicked... not the box.
Ideas?
I'm not really keen on having to start from scratch with some kind of ajax/javascript version of the same thing.
I have a .Net menu control with a series of MenuItems. If you click the text of a given MenuItem, the window navigates goes to the correct NavigateURL page. But, clicking anywhere else in the same cell does nothing.
I want the user to be able to click the cell and not worry about hitting the exact text. I tried adding a Menu1_MenuItemClick event, but that only fires if the text is clicked... not the box.
Ideas?
I'm not really keen on having to start from scratch with some kind of ajax/javascript version of the same thing.