Browse By Tags

  • WebPercentEdit: Client side Event does not fire after setting value in script

     Hi,

    If a user enters a value in the WebPercentEdit control, and the value is changed in the valueChange event; if the user enters the same value as previously, the valueChange event is not raised.In the code below; if user enters 1, the value is set to…

  • Re: WebMaskEdit

    I am actually using WebTextEdit, but this is probably similar.

    How can I return an upper case value to the text box if they pressed a lower case value when using keypress?
    This still displays the lower case, even though I don't cancel the key press.

    i…
  • Re: client side scripting for Web Numeric Edit

    When working with Infragistics controls through JavaScript, you will want to use our Client Side Object Model.  Instead of using the standard document.getElementById method, we provide utility functions that can be used to obtain our objects through JavaScript…

  • Getting value user typed into inputBox for WebDateChooser

    How do I get the entire value that the user typed into the inputBox as they're typing it not after the control loses focus?

    I know that the keycode can be retrieved, but I'd like the entire value, not just a single character.

    I have the code…

  • Re: Invalid Date

    I figured out the problem.  If there's a window.alert in the js function, it has to be done AFTER setting the WebDateChooser to null.  Otherwise, it won't set the value.

  • Re: WebDateChooser setValue method not working

    It seems you are using the grid's utility function.  Is this a cell in the grid or just a plain WebDateChooser?  If the latter, refer to my post (first response) here:

    http://forums.infragistics.com/forums/p/5199/23623.aspx

    Essentially, you want to…

  • Re: How to find the selected date of a WebCalender using javascript !!

    When working with Infragistics ASP.NET controls in JavaScript, you will want to use our Client Side Object Model.  To obtain the JavaScript object use the appropriate utility function (almost each control type will have its own utility function).  Once…

  • ClientSide Event not triggered

    Hi,

    When i try to invoke a client side event of Infragistics WebDateChooser, I get a message "Can't eval javascript :methodname();" in the status bar of the IE. Kindly help me on why it is failing.

    <

    igsch:webdatechooser ID="dtChooserStart…