Browse By Tags

  • WebDateChoose dynamically limiting dates

    Hello,

    I am using infragistics 7.2.20072.61 on a asp.net website. Currently I have a criteria list that generates controls based on the selected list. When selecting a list that has a date criteria I dynamically create a webDateChooser in code. I have…

  • Setting SelectedDate of a WebDateChooser?

    Hi all,

    I have being trying to set the SelectedDate of a WebDateChooser (from a label on a row in a gridview) in C# when the RowEditing event is fired. I have approached this several different ways with no success.

     i.e.

    // Fired when 'Edit' is clicked…

  • 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…

  • How to highlight a calendar day when the mouse hovers (mouseover)?

    Hello,

    I have a WebDateChooser control.

    I would like to highlight a calendar day when the mouse hovers over the days area (mouseover).

    By looking at the list of available client side events, I can't find something suitable.

    Any help is appreciated…

  • Onblur not firing for webdatechooser inside an update panel

    I have an asp table being built dynamically inside an ajax update panel. 

    I have a text field, number, date and some fields using the webmaskedit.  The text field and the mask edit fields are firing the onblur events fine but I cannot get the webdatechooser…