Shawn wrote:I am using client side events with the drop down menu. And if I click the drop down arrow, the events fire.
We tested it with the latest version and we do not see such problems. Our steps are:
1. Drop a new ToolBar controls into the form;
2. Initialize the ToolBar from one of the built-in template;
3. Change one of the ToolBarItem's Type to "DropDownMenu";
4. Change one of the ToolBarItem's Disabled to true;
5. Provide the ToolBar a ClientSideOnItemClick handler;
Run the page and everything works as expected:
1. Click the disabled items, nothing happens;
2. Click other items, the client side handler is called;
Please try the same and let us know how it goes. If the problem continues, we will need you to create a test page that demonstrates the problem, we will be happy to take a look as soon as we have that.
Thanks!