CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2006
    Posts
    141

    Calendar Extender +year selection

    Hi, i am using calendar extender for user to make year selection.
    The result i want is user navigate through the year and select it and the calendar return the year only.But current practise user need to navigate through year ->Month ->Date , select the date and then the calendar extender return the year value.

    My code is as below.This help to navigate through the year, but user stil have to do this: year ->Month ->Date in order to get the year value .Is it possible to make this way : Year-> return year value?

    Does anybody has idea to do this?
    Code:
    function ChangeCalendarView(sender,args)
    {
       sender._switchMode("years", true);            
    }

  2. #2
    Join Date
    Apr 2008
    Posts
    5

    Re: Calendar Extender +year selection

    Did you ever figure out how to do this?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured