Forum  General Visual ...  How do I...?  Contents of Schedule Box Not displaying
Previous Previous
 
Next Next
New Post 12/11/2011 8:16 PM
Resolved
  o.narendrababu
5 posts
No Ranking


Contents of Schedule Box Not displaying 
Modified By o.narendrababu  on 12/13/2011 7:05:17 AM)

Hi,

         I am using Schedule Box, while running the application,  it was not displaying Calendar data, but it displaying Gridview data at bottom, but not displaying Day/week/month wise data. Can any one help me to solve this problem

        I am using visual web gui 6.4.0 version

        Any one plese help me in this matter.

 
New Post 12/14/2011 2:06 PM
  palli
11824 posts
1st Level Poster




Re: Contents of Schedule Box Not displaying 

Hi,

Have you look at the ScheduleBox demo/sample code in our CompanionKit application here ?

If that does not help, I will need more details to understand what you mean exactly, and best approach is that you will email a demo/sample application to the support email address (see my signature). If you choose to do so, pleae clean the application, zip it and then email it to support. Please remember to include in that email the full Http reference to this thread, and also please remember to post here on this thread, so we know when you have sent it.

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
New Post 1/18/2012 8:35 AM
  gharnach
8 posts
No Ranking


Re: Contents of Schedule Box Not displaying 

Hey Pali,

 I have done what you explained. I am still getting an empty schedulebox. I have gone through the companionkit application example in adding an event. I have place the schedulebox called schedulebox1 in a form and here is the code that I am using to add an event:

           ScheduleBoxEvent newEvent = new ScheduleBoxEvent();


            // Create absolutely new event
            newEvent = new ScheduleBoxEvent();
            newEvent.Start = DateTime.Now;
            newEvent.End = newEvent.Start.AddHours(1);
            newEvent.Subject = "This is a test Subject";
            newEvent.Tag = "This is a test tag";
            this.scheduleBox1.Events.Add(newEvent);
            this.scheduleBox1.Show();

 I have placed a border around the schedulebox control in the form. So, the control border shows up in the form while running in debug mode of VS2010, but there isn't any events or day,week or month schedule content showing in the bordered control. Am I still missing something?

thanks,

Greg 

 

 
New Post 1/18/2012 9:26 AM
  gharnach
8 posts
No Ranking


Re: Contents of Schedule Box Not displaying 
Modified By gharnach  on 1/18/2012 1:27:25 PM)

 

My last entry on wrong post, sorry.

 
New Post 1/19/2012 12:10 AM
  JamesC
634 posts
www.redcastle.co.uk
1st Level Poster




Re: Contents of Schedule Box Not displaying 

Hi Greg,

if the control does not display at runtime then you can usually fix this by increasing the value of PrivateVersion in the web.config or in the project properties panel (it effectively invalidates your current cache and forces a reload)

cheers james

 
Previous Previous
 
Next Next
  Forum  General Visual ...  How do I...?  Contents of Schedule Box Not displaying
Assessment Bottom
.NET Web, Cloud and Mobile application delivery platform | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2011 Visual WebGui®       Visual WebGui weblog on ASP.NET Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS