Hey,
I'm trying to combine aToggleButtonExtender with aMutuallyExclusiveCheckBoxExtenderand it seems that the MECBE is overridden by the TBE... I'm guessing that the TBE functions off of click() events while the MECBE solely affects checked / unchecked? Can I get some verification that these two parts don't play well together and it's not error on my side? Thanks a bunch. Sample code below
<asp:CheckBoxID="ChampCheck"runat="server"CssClass="toneProfileRate"AlternateText="People's Champ"/>
<ajaxToolkit:ToggleButtonExtenderrunat="server"ID="champTBE" UncheckedImageUrl="images/action_champed.gif"CheckedImageUrl="images/action_champed_red.gif" TargetControlID="ChampCheck"ImageWidth="18"ImageHeight="18"/><ajaxToolkit:MutuallyExclusiveCheckBoxExtenderrunat="server"ID="champMECBE" TargetControlID="ChampCheck"Key="champChumpMECBE"/><asp:CheckBoxID="ChumpCheck"runat="server"CssClass="toneProfileRate"AlternateText="People's Chump"/></td><ajaxToolkit:ToggleButtonExtenderrunat="server"ID="chumpTBE" UncheckedImageUrl="images/action_chumped.gif"CheckedImageUrl="images/action_chumped_red.gif" TargetControlID="ChumpCheck"ImageHeight="18"ImageWidth="18"/><ajaxToolkit:MutuallyExclusiveCheckBoxExtenderrunat="server"ID="chumpMECBE" TargetControlID="ChumpCheck"Key="champChumpMECBE"/>
Thanks again,
Omar
I suspect you're right - pleaseopen a work item to report and track this issue. Thank you!Hi,
I'm dealing with the same problem. Have you opened a ticket? What solution do you use in the meantime?
Regards
Adina
No comments:
Post a Comment