I'm doing some client side manipulation of calendar events after the server side schedule has been populated.
This works on the initial load but if I try paging between months my rewrite (Tied to
This works on the initial load but if I try paging between months my rewrite (Tied to
$(document).ready) never gets fired because of the Ajax scheduler is using. Is there a code sample showing a js handler that can detect a Scheduler ajax call? Control is server bound. Thanks Michael