Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
660
Any IG equivalent of a CheckBox or an Ajax ToggleButton?
posted

Is there any Infragastics equivalent of a CheckBox or AJAX ToggleButton? 

Is there anyway to toggle the state of a WebImageButton on the client side to make it act like a toggle button?

 

Thanks

Parents
No Data
Reply
  • 13438
    posted

    Hello,

    I know it has been a while since you asked this question but if you still need a suggestion i will be glad to help. You can try handling the Click event of the button and change its url like this:


    function

     

     

     

      if () <igtxt:WebImageButton ID="WebImageButton1" runat

    {

      { }

      else { }

    }
    ...

     

     

     

     

    <igtxt:WebImageButton ID="WebImageButton1" runat="server">

     

     

     

     

     

    <ClientSideEvents Click="WebImageButton1_Click"

    />

     

     

     

    </igtxt:WebImageButton

    >

Children
No Data