[SOLVED] Month Calendar Saturday and Sunday names invisible and questions

Answered Closed
0
0

Hi,

  1. In the newly-added MonthCalendar control, Sat and Sun at the top row with day short names are invisible, at least in Classic-2 theme, as shown in the attached picture.
  2. This also brings up the question of localization… How can one change the names of days and months?
  3. Are you planning any calendar/scheduler controls? Something like the DayPilot ones:
    http://www.codeproject.com/Articles/12403/DayPilot-Building-an-Outlook-Like-Calendar-Compone
    http://www.codeproject.com/Articles/31766/DayPilot-Scheduler-Control-for-ASP-NET
    These particular ASP.NET controls could be “wrapped” as VWG controls so that they interact with the native VWG controls

Best,

Alex

  • You must to post comments
Best Answer
0
0

Hi Alex,

That was a problem with the active color in Classic-2.

All system labels in Wisej are always localized in all languages. Wisej selects the localization for each client in this order:

– the language forced in the url by adding ?lang=el (i.e. for Greek)
– the language forced in the applications json file https://docs.wisej.com/docs/concepts/configuration (see the culture setting)
– last, the preferred language reported by the client’s browser.

 

We are going to publish soon an integrated extension control using the full calendar library: http://fullcalendar.io/. It works with Wisej’s data store (similar to the data grid) requesting only the visible pages and supporting a large number of records. The control itself supports dragging, extending, full day, custom rendering, colors, etc. It’s extremely flexible and perfectly integrated with Wisej’s object model.

 

Best,

Luca

  • You must to post comments
0
0

Great! Thank you, Luca!

Alex

  • You must to post comments
Showing 2 results