Page Index Toggle Pages: 1 [2] 3  Send TopicPrint
Very Hot Topic (More than 25 Replies) customize view in monthly calendar (Read 28730 times)
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: customize view in monthly calendar
Reply #15 - Mar 25th, 2014 at 12:12pm
Print Post  
Here is a version of the sample which uses a DataSet to load the XML data:

https://mindfusion.eu/_samples/_sample_CustomMonthCalendar5.zip

Meppy
  
Back to top
 
IP Logged
 
vijayalakshmi
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Mar 17th, 2014
Re: customize view in monthly calendar
Reply #16 - Mar 26th, 2014 at 6:15am
Print Post  
Hi Meppy,
In the file which you sent me on dataset for CustomMonthCalendar, There is no dataset added to the application. I mean Dataset1.xsd..Can you please help me on this.. Smiley

Thanks & Regards,
Vij
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: customize view in monthly calendar
Reply #17 - Mar 26th, 2014 at 6:51am
Print Post  
Hi,

I'm afraid I don't know how this can be done, you will have to try and research this information yourself. If you have any more questions regarding our controls, I will be happy to assist.

Regards,
Meppy
  
Back to top
 
IP Logged
 
vijayalakshmi
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Mar 17th, 2014
Re: customize view in monthly calendar
Reply #18 - Mar 27th, 2014 at 7:36am
Print Post  
Hi Meppy,
Thanks for your support on loading xml data to cells in month view calendar. It's working fine.
In the attached file of month view calendar, i need customization in such a way that the attributes are displayed for current month only.
For previous and next month cells it must be blank with cell back ground color as shown in attached image.
and i want to display each row dates to the right of calendar as shown in image. Please help me on this.

Thanks & Regards,
Vijayalakshmi Smiley
  

month123.PNG (Attachment deleted)
Back to top
 
IP Logged
 
vijayalakshmi
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Mar 17th, 2014
Re: customize view in monthly calendar
Reply #19 - Mar 27th, 2014 at 7:40am
Print Post  
Hi Meppy,
I need customization of current  date and view headers as in attached image above.
Please help me on this.

Thanks,
vij Smiley
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: customize view in monthly calendar
Reply #20 - Mar 27th, 2014 at 12:51pm
Print Post  
Hi,

We made some modifications to the control to allow displaying week headers in the WeekRange view. An updated version of the sample (including the most recent dlls of the control), which illustrates the requested features can be downloaded from this link:

https://mindfusion.eu/_samples/_sample_CustomMonthCalendar6.zip

The following new properties in the Calendar.WeekRangeSettings class can be used to display and customize the week headers: WeekHeaderPosition, WeekHeaderStyle, WeekNumbersHeaderWidth, WeekHeaderFormat, and RotateWeekHeaderTexts. In addition, the Calendar.QueryHeaderText event can be used to additionally customize the text of the headers (this is also demonstrated in the sample).

The CustomCellPresenter in the sample now exposes an IsInfoVisible property, which controls whether the information in the cell should be displayed. This property is set to false for all cells representing dates outside of the current month.

Regards,
Meppy
  
Back to top
 
IP Logged
 
vijayalakshmi
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Mar 17th, 2014
Re: customize view in monthly calendar
Reply #21 - Mar 28th, 2014 at 4:26am
Print Post  
Hi Meppy,
I am not able to reload the designer. Actually i need the calendar2 on left side and main calendar on right side.

In the current month, I want blank cells for those dates which i don't have attributes data. Please help me on this.

Thanks,
Vij Smiley
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: customize view in monthly calendar
Reply #22 - Mar 28th, 2014 at 7:00am
Print Post  
Hi,

As I already mentioned, to hide the cell information for a particular cells, set the IsInfoVisible property of its associated presenter to false. This is already done for all cells outside of the current month - check the OnStartTimeChanged method. You can also include that the cell information is available in the visibility criteria:

Code
Select All
IsInfoVisible = isCurrentMonth && CellInfo != null; 


Quote:
I am not able to reload the designer.

Do you get any error? Are you able to build and run the application? If you are able to run the application, try closing the designer, rebuilding the sample completely and then open the designer again. If the application doesn't build, make sure you are referencing the most recent dlls (the ones from the link in my previous post). There are new properties in the control, that are not available in the official version.

Regards,
Meppy
  
Back to top
 
IP Logged
 
vijayalakshmi
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Mar 17th, 2014
Re: customize view in monthly calendar
Reply #23 - Mar 28th, 2014 at 7:09am
Print Post  
Hi Meppy,
I need calendar2 on right side and calendar on left side.

there is one error on reloading designer: p:Calendar was not found. Verify any assembly reference is missing ....

and also i need blank cells in current month for those dates which don't have attributes values in xml..

Waiting for your response.

Thanks & Regards,
vij Smiley
  
Back to top
 
IP Logged
 
vijayalakshmi
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Mar 17th, 2014
Re: customize view in monthly calendar
Reply #24 - Mar 28th, 2014 at 7:36am
Print Post  
Hi Meppy,
I tried to add previous DLLs of customMonthCalendar5, but still ter are errors with respect to assembly or reference.

Please help me on this.

Thanks,
Vij Smiley
  
Back to top
 
IP Logged
 
vijayalakshmi
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Mar 17th, 2014
Re: customize view in monthly calendar
Reply #25 - Mar 28th, 2014 at 8:42am
Print Post  
Hi Meppy,
Tried to rebuild and then reload the designer.
But there are errors.

Thanks,
Vij Smiley
  
Back to top
 
IP Logged
 
vijayalakshmi
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Mar 17th, 2014
Re: customize view in monthly calendar
Reply #26 - Mar 28th, 2014 at 9:04am
Print Post  
Hi Meppy,
I have attached snapshot. The customization should be the same as in snapshot.
Please provide one complete zipped file that includes all controls with latest DLL's.

Thanks in Advance

Vij Smiley
  

Capture143.PNG (Attachment deleted)
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: customize view in monthly calendar
Reply #27 - Mar 28th, 2014 at 1:44pm
Print Post  
Here is a version of the sample, which resembles your picture. The control assemblies are included in the zip.

https://mindfusion.eu/_samples/_sample_CustomMonthCalendar7.zip

Regards,
Meppy
  
Back to top
 
IP Logged
 
vijayalakshmi
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Mar 17th, 2014
Re: customize view in monthly calendar
Reply #28 - Mar 31st, 2014 at 4:27am
Print Post  
Thanks Meppy..

Smiley Smiley
  
Back to top
 
IP Logged
 
vijayalakshmi
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 37
Joined: Mar 17th, 2014
Re: customize view in monthly calendar
Reply #29 - Apr 3rd, 2014 at 3:39pm
Print Post  
Hi Meppy,
Can u Please help me on customizing the current date cell in month calendar as shown in the snapshot attached above...

Waiting for your response.

Thanks,
Vij
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 3 
Send TopicPrint