AJAX Calendar extender issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QWJoaWxhc2g=?=

    AJAX Calendar extender issue

    Hi,
    I am using AJAX calendar extender.Everyt hing is works fine on date selection
    from pop up image option but when i dont select a date and click outside on
    the page,calender remains poped up,it doesn't hide.It hides only when date is
    selected.Is there any workaround for this?

    Thanks
  • Mick Wilson

    #2
    Re: AJAX Calendar extender issue

    On Jun 12, 5:34 pm, Abhilash <Abhilash @discussions.mi crosoft.com>
    wrote:
    Hi,
    I am using AJAX calendar extender.Everyt hing is works fine on date selection
    from pop up image option but when i dont select a date and click outside on
    the page,calender remains poped up,it doesn't hide.It hides only when dateis
    selected.Is there any workaround for this?
    >
    Thanks
    The solution my coworker came up with was to make the TargetControlID
    property and PopupButtonID property both refer to the extended
    control.

    <ajax:CalendarE xtender ID="CalendarExt ender1" runat="server"
    TargetControlID ="SomeContro l"
    PopupButtonID=" SomeControl"
    Format="M/d/yyyy" />

    Seems to work fairly well.

    Comment

    • =?Utf-8?B?QWJoaWxhc2g=?=

      #3
      Re: AJAX Calendar extender issue

      Hello,
      Thanks for the response.I tried your way but it is not responding
      well.Popupbutto n ID for me is Image1 and TargetControlID is Date3(which is
      Textbox control).Should i change the name of TextboxID itself?



      "Mick Wilson" wrote:
      On Jun 12, 5:34 pm, Abhilash <Abhilash @discussions.mi crosoft.com>
      wrote:
      Hi,
      I am using AJAX calendar extender.Everyt hing is works fine on date selection
      from pop up image option but when i dont select a date and click outside on
      the page,calender remains poped up,it doesn't hide.It hides only when date is
      selected.Is there any workaround for this?

      Thanks
      >
      The solution my coworker came up with was to make the TargetControlID
      property and PopupButtonID property both refer to the extended
      control.
      >
      <ajax:CalendarE xtender ID="CalendarExt ender1" runat="server"
      TargetControlID ="SomeContro l"
      PopupButtonID=" SomeControl"
      Format="M/d/yyyy" />
      >
      Seems to work fairly well.
      >

      Comment

      Working...