Customize the Advanced Form Using JavaScript and CSS

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 06 Sep 2011 Link to this post

    Requirements

    RadControls version Q1 2011 or higher
    .NET version 4.0
    Visual Studio version 2010
    programming language C#, VB.NET
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION

    The Advanced Form can be customized using CSS and JavaScript. The attached sample shows how to:

    • hide the "all-day" checkbox
    • color the text of the labels in the advanced form
    • hide the recurrence panel and adjusts the height of the advanced options panel
    • find the description client object and set its empty message
    • change end time automatically when start time changes
    • find the room resource RadComboBox, add SelectedIndexChanged handler and clear selection for the user combobox if no room is selected
    • hide the "no end date" in the recurrence panel
    • hide the "hourly" option and the first two days(sun & mon) for the "weekly" option in the recurrence panel

    The attached sample shows how to do the things listed above in server side binding mode and in web service binding mode.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.