Browse By Tags

  • Positioning the 'calendar popup' portion of a WebDateChooser

    Hi there,

    I have a large application with some 2009 vol. 1 controls. For some pages, the default placement of the "calendar popup" is fine, but on one particular page, I need to be able to set where the 'calendar popup' appears. How can I do this? Everything…

  • WebDateChooser: Select only Month/ Year

    Hello,

    I am using the WebdateChooser, however for some objects i need to fixed the day to the 1st of the month. The user can't changed this.

    I would like to have the following:

    * The same layout, except the user can't change the Day (So only month…

  • WebDateChooser - Select current date

    I am using WebDateChooser Infragistics 7.1 on ASP.Net2.0 using c#. I want the webdatechooser to show todays date selected by default on the calendar when I open the calendar. Also if I change the month the same date as selected should be chosen on the…

  • WebDateChooser Calender DropDown Year List

    Hi,

    I have WebDateChooser on my page.

    I want to show the complete list of year in calender of WebDateChooser from 1970 to current year,

    I used this method to show that.

     

    objControl.MinDate = new DateTime(1970, 1, 1);

    objControl.MaxDate =

    new Dat…
  • Invalid date from WebDateChooser beginning October 1st 2008?

    Beginning with October 1, 2008 we are getting an error stating thet "String was not recognized as a valid DateTime". All dates up to September 30th work without any problems. Are there any known issues with these dates in the WebDateChooser? We are…