I have a failry complex page that has two different client side events that call the .click() method of a Tollbar Button also on the page. The first instance is when the user clicks a menu item on a context menu and the second is when a user clicks an LinkButton in a RadGrid. In the first case, the click() method causes the postback to occur and thus the toolbar button server side event to be called. In the case with the RadGrid, then click() method is called, but the postback never occurs. In fact, after the click() method is called from the RadGrid, the context menu on the page no longer works.
Any ideas what might be blocking the postback from firing?
Thanks,
Kevin
Any ideas what might be blocking the postback from firing?
Thanks,
Kevin