We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Horizontal date left


Hello,


-------------

@(Html.EJ().Schedule("Schedule1")

.Width("100%")

.Height("525px")

.Orientation(Orientation.Horizontal)

.TimeMode(Syncfusion.JavaScript.TimeMode.Hour24)

.CurrentView(CurrentView.Month)

.CurrentDate(new DateTime(2014, 5, 2)))

---------

This will put the dates on top is it possible to set the dates on the left.
I have made a control with resource/grouping to show a name on the left and
would something like that with the dates on the left.Also is it possible to change the
column heading from the resource group. It now say RESOURCES.

Thanks for your community license


Best Regards,

Stephen




1 Reply

VS Velmurugan S Syncfusion Team April 25, 2016 12:27 PM UTC

Hi Stephen, 

Thanks for contacting Syncfusion products. 

Please find the following responses for your queries: 

Query #1: Display the dates on the left side 

We have created incident to track the status of this feature under your account. Please log on to our support website to check for further updates   

Query #2: Change the column heading (i.e. RESOURCES) 

We have prepared the sample to meet your requirement changing the column header “RESOURCES” text, which can be viewed in the following link. 


In the above sample, we have used the $.extend method to change the label text. Please refer to the following code example. 

<code> 
                $(function () { 
            $.extend(ej.Schedule.Locale["en-US"], { Resources: "Techies" });// Here we are passing the text as Techies for Resources to display the column header as Techies instead of the RESOURCES 
            var dManager = ej.DataManager(window.ScheduleDatas).executeLocal(ej.Query().take(10)); 
            ---------------------------- 
            ----------------------------  
       });          

</code> 

Regards, 
Velmurugan 


Loader.
Live Chat Icon For mobile
Up arrow icon