Hello,
Binding to the response cannot be made faster, and most probably the rendering is what causes the slow down in your case. You could verify this by hiding the Scheduler with CSS initially:
and showing it when it is bound to the data, in its dataBound event handler:
Dojo example.
Regards,
Ivan Danchev
Progress Telerik