This is a migrated thread and some comments may be shown as answers.

Changing "More Events" text.

1 Answer 45 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 22 Aug 2014, 12:10 PM
Is there anyway to change the "More Events" text on the bar?

Currently it's set to "..."  Is there anyway to change this without hacking it with jquery?  We want to change it to "More..."

1 Answer, 1 is accepted

Sort by
0
Accepted
Alexander Popov
Telerik team
answered on 26 Aug 2014, 06:22 AM
Hi Tim,

I am afraid that this text is currently not configurable, however you could change it once the DataBound event is triggered. For example: 
dataBound: function(e){
    $(".k-more-events span").text("More events").css("font-size", "10px").css("margin-top", "0");
},

Regards,
Alexander Popov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Tim
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or