I saw this post: Hide XAxis Labels in UI for ASP.NET AJAX | Telerik Forums
And I would like to use the OnBeforeLayout server event for my project. But I couldn't find it in documentation. Where is this event now? Did telerik team rename it or just remove it?
Could someone tell me?
Thanks.
Hi Yuki,
The forum thread you are referring to is related to the RadChart Control which is a different control and is deprecated now. The RadHtmlChart does not expose the OnBeforeLayout event.
If manipulating the data on the server prior to binding it to the chart is needed, you can possibly use the standard Page_Load event instead.