I really need to use text in the select and edit bars as opposed to using an icon.
On this page it says you can specify an icon
scheduler-net.com/docs/edit_sele … vents.html
But i need to have configurable text buttons such as Assign, schedule etc instead.
How would this be possible?
Thanks
Also i’ve noticed this server side code to change the view for the lightbox
sched.Lightbox.SetExternalLightboxForm(“PartialViewInLightbox/Form”, 640, 180);
How can i change the route on the client side to indicate the item i’ve clicked on
or
how do i send back data about the item i’ve clicked on to the route?
Thanks