We also really need a multimonth control. Is there a way to create one with your grid? We would need to have the months in sync...
Please advise,
Thanks!
Anne
>Thank you so much for your feedback, Gregory.
>
>I''m sure it''s something very simple, but I''m not able to get the
>
>public void monthCalendarAdv1_DateCellQueryInfo(object sender, Syncfusion.Windows.Forms.Tools.DateCellQueryInfoEventArgs e)
>
>event to occur on the attached User Control that I am creating using the MonthCalendarAdv. (I am creating a User Control, rather than a Custom Control because we plan to also inherit from the HTMLUIControl for this User Control at a later point.)
>
>I am attaching two projects. One that works and is using a form. The other, the User Control is not working.
>
>I am hoping you can point out to me what I am doing wrong...
>
>Thank you so much for any help that you can give me.
>
>Anne
>
>>Hi Anne,
>>
>> While I''m not aware of a way to directly bind the control to a database or a way to show multiple months, it is possible to create a Control like the Outlook Calendar. I have created a
sample that shows a basic implementation of that type of Control.
>>
>> Alternatively, our MonthCalendarAdv control is based on our Grid control, which provides the tools for you to implement your own Calendar control.
>>
>>Regards,
>>Gregory Austin
>>Syncfusion Inc.
>>
>>
>>
>
>
CalendarForm_7614.zip
>
>
>
>
CalendarUserControl_5284.zip
>
>