[Solved] How easy is it to port an AJAX page using RadSplitter, RadPane and RadScheduler to Blazor

1 Answer 49 Views
Scheduler Splitter
Matt Smith
Top achievements
Rank 1
Iron
Matt Smith asked on 10 Aug 2026, 04:23 PM

I have one page in my existing .NET Framework app that uses RadSplitter, RadPane and RadScheduler where the RadScheduler is using a web handler to construct and feed the Scheduler with the data to populate it. Is it just a matter of reworking the UI and adjusting the web handler to a an endpoint or service, or do I have to totally rework data binding? This could was written over 15 years ago and I really don't want to have to rewrite it.

Thanks in advance.

Matt.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 12 Aug 2026, 06:28 AM

Hi Matt,

The migration may be easy, but I can't claim that blindly.

Unlike the AJAX Scheduler, our Blazor Scheduler doesn't make data requests on its own. The same applies for all Blazor data components. The application must retrieve the data and then set it to the Data parameter of the component. Some Blazor components have an OnRead event for loading the data in chunks, but the Scheduler doesn't have it yet due to low demand

From this point of view, Blazor Scheduler data binding is similar to the AJAX List binding example.

Please refer to our Blazor Scheduler documentation and demos for more information.

Regards,
Dimo
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Scheduler Splitter
Asked by
Matt Smith
Top achievements
Rank 1
Iron
Answers by
Dimo
Telerik team
Share this question
or