Is there a ScheduleBox control

Closed
0
1

Greetings,

I didn’t see a correlating control from Windows forms but Gizmox (Visual web GUI)
had some odd ScheduleBox control, its accompanying a few calendar controls in
the app that I am converting. It looks like a calendar with options for display
month week and day display by half hour for adding objects.

 

Thanks

  • You must to post comments
0
0

Wisej refers to the fullcalendar implementation. Whatever their license requirements are you have to follow up with them. There are also many other scheduler implementations that we provide using DevExpress, Syncfusion, Telerik components. All requiring a license.  Note: We are not related to VWG in any way.

  • Christian Programmer
    PLEASE how to IMPLEMENT the FREE TimeGrid view from WiseJ’s implementation of FullCalendar?
  • Christian Programmer
    It appears that the Wisej.Web.Ext.FullCalendar // Enumerates the different “views”, or ways of displaying days and events. [ApiCategory(“FullCalendar”)] public enum ViewType Does not have the desired views for the TimeGrid View Specifically the free NOT Premium view TimeGrid whilst the not free premium view “Timeline” is assuredly listed in the available enums. WiseJ EXAMPLE Solution name Wisej.FullCalendar.csproj decompiled referrenced namespace :: namespace Wisej.Web.Ext.FullCalendar PLEASE ADVISE ASAP Thank you And again sorry if I have to repost this question tomorrow when this doesn’t get any response because its nested in old question I assume it will be overlooked .
  • Frank (ITG)
    Christian, please let me clarify a few things: 1) The Wisej.NET FullCalendar extension is free, available with full source code as is and can be modified by anyone to fit their needs. 2) It may or may not contain free or premium features of the Full Calenday. They are out of our control, subject to change and an appropriate licensing from the owner is required as Luca already indicated and which is the same with any 3rd party control we integrate into Wisej.NET 3) This forum is aimed at Wisej.NET features 4) We also offer consulting work packages including integrating new controls or extending existing integrations. Please contact salesATwisej.com if you´re interested 5) Writing all uppercase is typically understood as yelling when in a non verbal communication and I feel it should be avoided. 6) Please refrain from crossposting on the same topic. We monitor every corner of this forum closely. Best regards, Frank
  • You must to post comments
1
1

Hello,

We do have the FullCalendar extension that looks similar to the screenshot you sent, did you take a look at that ?

Best,

Alaa

  • Christian Programmer
    Greetings again thank you for the swift replies. I am testing the FullCalendar extension in a test project and it appears that the desired functionality, the main feature of the Visual Web GUI version “ScheduleBox” is now one of the few NOT FREE features of the control. Is this correct ? https://fullcalendar.io/docs https://fullcalendar.io/pricing There are two features that appear to be CLOSE TO previous functionality of the VWG “ScheduleBox” * Timeline View which is NOT a free feature. It is Premium * TimeGrid View As I investigate implementing this “TimeGrid View” feature, I see that its docs suggest –“……install via script tags or individual packages” https://fullcalendar.io/docs/timegrid-view I have crafted up a little test that fills a combo list box with all of the available ViewType enums available from Wisej.Web.Ext.FullCalendar [ApiCategory(“FullCalendar”)] public enum ViewType When I run my little tester, I have the entire enum as strings available to dynamically change FullCalendar’s view but the free feature TimeGrid is not an available option. Month BasicWeek BasicDay AgendaWeek AgendaDay ListYear ListMonth ListWeek ListDay TimelineDay TimelineWeek TimelineMonth TimelineYear NOTE the absence of the TimeGrid view option, the supposedly free feature. The premium view “Timeline” (day week month year) is available in this enum and I can invoke/implement them when I include their free trial key per: https://fullcalendar.io/docs/premium Odd since this is supposed to be the free feature. Obviously confused, I just want to know how to get comparable functionality to the VWG “ScheduleBox” and preferablly free. Can anyone tell me PLEASE how to IMPLEMENT the FREE TimeGrid view from WiseJ’s implementation of FullCalendar?
  • You must to post comments
Showing 2 results