I am using the scheduler control in MVC and when date button is clicked on the header toolbar the date opens up. There is a 'Today' button shown on the caledar control in the toolbar which I need to remove.
1. if the today button is clicked it redirects to my page, which is ok, except my page requires parameters to work and i am not able to control the today button click.
2. how can i hide this button when the date selector is first opened, once it has been opened the first time i am able to hidethe footer using jquery but it is always there when the calendar selector is first opened.
Any help would be gratefully recieved.