When there are too much appointments on a particular day, in the MonthView, the text 'Show more ...' appears. Is there a way to change this text to something else?
Also, I just found out that I don't have the Culture attribute...
Thanks for your question. Actually, it turned out that we have missed to localize the "Show more..." text. We will take care of this for the next service pack and the localization list (see attached) will have a property which will allow you to customize this text.
As for the Culture property, I am not sure why you cannot find it. Did you try using the intellisense? Or, try to locate it from the properties window of RadScheduler at design-time
maybe this will be useful to someone. If you want to change the 'Show more ...' text to something else, you can find the node, and change it's content. This can be done by using this code;
/* Written by Jonathan Snook, http://www.snook.ca/jonathan Add-ons by Robert Nyman, http://www.robertnyman.com */ <script type="text/javascript">
function getElementsByClassName(oElm, strTagName, oClassNames){