Browse By Tags

  • Web Date Chooser is getting invisible

    Hi Users,

    There is one issue regarding the Infragistics web date chooser placed under Infragistics Grid.

    I am going to elaborate the issue in the below steps:

    1. One web date chooser control is placed under Infragistics Grid.

    2. User clicks on the…

  • Calendar for WebDateChooser displaying incorrectly

    I have a web form that displays several WebDataChoosers. The first two on the form, when the drop-down is selected, displays the calendar directly under the drop-down, as you would expect. However, when you scroll down the page to other WebDataChoosers…

  • 10/17/2010 - Why this date is not accepted?

    Hi guys,

    does anybody know why 10/17/2010 is not accepted? When I try this date, it automatically change to 10/16/2010!

    Best Regards,

    Marco

  • How to manually trigger a event from javascript?

    There is a javascript function registered for ValueChanged event, and it is used with Ajax ModalPopupExtender.

    When user clicks on a date from the data chooser, the function might need to display the Modal dialog asking for user input.  Here comes the…

  • WebDateChooser unuseable after Postback

    I have a WebDateChooser in a ajaxtoolkit modalpopuoextender, when I raise an event on the webform the WebDateChooser is unuseable.  It shows but the dropdown will not show.  This happens to all the infragistics controls.  I really wish there was a solution…

  • How to create a dynamic webdatechooser in Javascript...

    A fairly urgent issue / question:

    I am currently creating a dynamic table in Javascript that has changes it's editors (i.e. drop down list, check box, text box etc) depending on selected choices the user makes (i.e. if they select an item from the list…

  • not able to hide WebDateChooser using css- visibility : hidden

    Hi,

    I have a HTML  table in which I have a webDateChooser, and using a css class I am hidding whole HTML  table.

    My css contains visibility : hidden field. But every thing is getted hidden except the WebDateChooser control.

     Why this is happening?

     

  • Web date chooser in masterpage

    I have this weird thing going on where it will work perfectly on a normal page but when I place it inside a Content place holder for use in my masterpage only certain days will allow me to click on them. The cursor turns from a pointer to a hand on only…

  • Background Styles lost on postback

    Hi,

    I've just upgraded to .net 2 and infragistics 2006 to 2007v3. I seem to have a problem with all my WebDateChooser controls. They are added as a custom control during the page load event. This causes the styles to be embedded into the page (style…

  • WebDateChooser Control displayed in Expanded mode.

    Hi,

    i'm creating a WebDateChooser control dynamically on Load event of a form, and displaying current date as its default date. When the Form Loads the control always shows in EXPANDED mode unless u select a date from the calender it doesn't collapse.…

  • Set value using javascript?

    I'm trying to set the value of a WebDateChooser using javascript.  However, the value never gets set, it just defaults to null.  Is it possible to set a WevDateChooser value using javascript? if yes, how do i do this?

      

  • Set value to today at client side

    Hi  Friends ,

    I have a button  "Clear" when i clicked it it should set the value of datechooser to today's date.

    This should be done at client side .

    Please sen d the code for this  ASAP.

    Thanks in advance

    Regards,

    Phani 

     

     

     

  • WebDateChooser - can't edit date manually even with check box set

    WebDateChooser has trouble getting focus on a web page.  I turn on the Editable check box and the control seems to work -- for the drop down, not manual entry.  I can always drop down the calendar and set the date.  I can SOMETIMES then click on the field…

  • WebDatePicker 10.2 Calendar Not Showing Bug

    I'm using the WebDatePicker control on an ASP.NET page and when I use a server side include the calender pop up no longer works.  I believe this is a bug and I'm wondering if anyone else has run into this issue or has a workaround.  Here is what…

  • How to set focus to WebDateChooser in javascript?

    Hi 

    I want to set focus to my WebDateChooser control "wdcStartDate".

    i tried the below code 

    document.getElementById("wdcStartDate").focus(); 

    ig_controls.wdcStartDate.setFocus();

    but i'm getting the value as undefined or the ig_controls…

  • WebDateChooser control displaying the dates of the Month of August incorrectly.

    Dear All,

    Calendar Control "Infragistics2.WebUI.WebDateChooser.v7.2.dll" is showing days shifted one day only in August 2014 and everything else is showing properly after installing DST Fix "2014 - Egypt Ramadan DST changes - Fix it solutions …

  • WebDateChooser doesnt render properly on IE 11

    I am using WebDateChooser on IE 11.

    Version : assembly="Infragistics2.WebUI.WebDateChooser.v7.1, Version=7.1.20071.40, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"

    Issue : Control is not properly rendering in IE 11. it renders border only…

  • WebDatePicker Style

    HTML:

    <ig:WebDatePicker runat="server" ID="WebDatePicker1" DropDownCalendarID="WebMonthCalendar1"
    Width="200px" StyleSetName="Pear">
    </ig:WebDatePicker>
    <ig:WebMonthCalendar runat="server…

  • WebDatechooser is not working in IE 11

    Hello All,

    WebDatechooser is not working in IE 11. Please let me know how to achieve this. I have used below code, which is working for IE 10.

    function initDateChooser(dc) {

    if (ig_shared.IsIE )
    dc.ExpandEffects.applyFilter = function () { };
    }

  • WebDateChooser incorrectly rendered on IE8

    See the screen shot below

    Unnecessary spaces are added to the Web Date Chooser after several clicks on the "next" or "back" month arrows. This happens on IE 8 only (works fine on compatible view mode). I am using  Infragistics35.WebUI…

  • Dropdown not shown in deployed webpage

    Hello

    When pressing the arrow button, the dropdown is not shown. Any ideas?

    Thanks a lot.

  • Infragistics WebDateChooser and javascript

    I am using an infragistics WebDateChooser in a web app. I need to set the date using javascript. The name of my WebDateChooser is wdcDOB. If I use 
                               alert(wdcDOB.setText = "1/12/2007")
    the alert pops up showing the date I set, but I…

  • calender layout will not expnded in IE10

    Hi,

    If I click on WebDateChooser, calender layout will not expnded.

    This Problem occurs in IE10 only.

    Please help me to solve this issue.

  • WebDateChooser is not shiwing in vs2008.

    Hi, 

    i am using ver .net 2007 volumn 1 clr1.x.

    i did insert WebDateChooser into aspx page and but there is not showing anaything.

    Code is below.

    -------------------------------------------------------------------------------------------------…

  • WebDatePicker Border Color

    How to add border color for a webDatePciker in asp.net c# code behind?