Customize the Advanced Form with the Advanced Template User Controls

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

    Posted 16 Sep 2011 Link to this post

    Requirements

    RadControls version

     Q1 2012

    .NET version

     4.0

    Visual Studio version

     2010

    programming language

     C# and VB.NET

    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION                                    

    This sample web site shows how to customize the advanced form using the advanced template user controls. RadScheduler is populated with the following data sources:
    • CustomDbProvider
    • ObjectDataSource
    • SqlDataSource
    • WebServiceBinding
    • XmlSchedulerProvider

    Note: If the version of RadControls for ASP.NET AJAX is older then 2012.1.305 then the EnableTimeZonesEditing property has to be changed to EnableCustomTimeZones.
  2. 804F1C44-8B8E-4436-9A8C-751702FA63D4
    804F1C44-8B8E-4436-9A8C-751702FA63D4 avatar
    6 posts
    Member since:
    Feb 2010

    Posted 08 Apr 2013 Link to this post

    Hi
    I tried running the project both as a website and as a web application but there were a number of build errors. It looks like the *. designer.cs files are missing. All the build error are "The name '<control name>' does not exist in the current context". Can you please suggest a work around?

    Thank you.

  3. 26B6D8A3-7747-4BAC-83DF-B093F8126EA1
    26B6D8A3-7747-4BAC-83DF-B093F8126EA1 avatar
    2062 posts
    Member since:
    Dec 2019

    Posted 11 Apr 2013 Link to this post

    Hello,

     
    We are not aware of such issue regarding our code library resource. Here you may watch a video that shows how you can open the provided web site in order to run it as expected. Please note that I have not included in my video only extracting the dll files to the bin folder.

    Please keep in mind that in order to open the web site successfully you should open  the CustomizeAdvFormVariousDS-CS or CustomizeAdvFormVariousDS-VB folder, choose and expand from the solution explorer the right folder( Sql data source, Object data source and etc) and open the aspx file with your browser .

    Kind regards,
    Boyan Dimitrov
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
  4. 3D11A992-EFB2-41A4-BF0B-1701587AB21F
    3D11A992-EFB2-41A4-BF0B-1701587AB21F avatar
    14 posts
    Member since:
    May 2013

    Posted 25 May 2013 Link to this post

    Hi,

    I have prepared a scheduler application using MVC4 and I am using WCF to bind the scheduler with SQL server database.
    I want to customize the scheduler Insert and Edit appointment popup UI with some advanced templates. The code given in this thread is using ASP.Net code behind model, which is not suitable for MVC. Please suggest.

    Thanks
    Gaurav
  5. 26B6D8A3-7747-4BAC-83DF-B093F8126EA1
    26B6D8A3-7747-4BAC-83DF-B093F8126EA1 avatar
    2062 posts
    Member since:
    Dec 2019

    Posted 29 May 2013 Link to this post

    Hello,

    I would recommend reviewing our example of RadScheduler control for ASP.NET AJAX integration in MVC project. This is achieved with the Client Binding (Web Services) capability of RadScheduler. 

    Regards,
    Boyan Dimitrov
    Telerik
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
  6. 36B2F0CF-8E72-4471-8A01-ECB2274AFE69
    36B2F0CF-8E72-4471-8A01-ECB2274AFE69 avatar
    4 posts
    Member since:
    Jun 2015

    Posted 01 Nov 2015 in reply to 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD Link to this post

    Hi,

     Using the zipped file above. In your web.config file there is a DB Telerik.mdf but I cant seem to find it in one of the folders (app_data).

    Is there any chance this example was updated?

     We are trying the features of RadScheduler before we buy the entire package of Telerik.

     Thanks in advance.

     

     

  7. 94AF85B8-3D7F-433B-85E2-8CD3D170B307
    94AF85B8-3D7F-433B-85E2-8CD3D170B307 avatar
    2 posts
    Member since:
    Aug 2015

    Posted 02 Nov 2015 Link to this post

    is their also a sample for winform i can't make it work...the reminder... it only shows the newly created or newly modified appointments

     

    but not show the existing ones which was loaded upon form_load.

  8. F89349FE-620D-4704-A4E7-93018A1D6EB7
    F89349FE-620D-4704-A4E7-93018A1D6EB7 avatar
    1192 posts
    Member since:
    May 2017

    Posted 04 Nov 2015 Link to this post

    Hello,

    Could you clarify which zipped file are you referencing? The samples that use XmlProvider for the Scheduler don't include a DB, since it's not needed. 

    As for Winforms, you have to open a support ticket of post in the forums for the Winforms controls.

    Regards,
    Bozhidar
    Telerik
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
  9. 794065BB-3133-475E-A761-0F69BC712C9E
    794065BB-3133-475E-A761-0F69BC712C9E avatar
    3 posts
    Member since:
    Jan 2011

    Posted 11 Nov 2017 Link to this post

    Hello,

    Can anybody help e here.

    I want to redesign my appointment form to only contain the following;

    Title : Manage Calender
    SQL=select DateFrom,DateTo,Subject,Description,JudgeID from CalenderDetails
    Meaning
    DateFrom= You have it already
    DateTo= You have it already
    Subject= You have it already but not with multiline
    Description= Add it with mulitline
    JudgeID= Drop down in which the selectedvalue becomes the unique ID representing Judge.
    Populate the Judge from the sql below;
    sql=Select JudgeID,Lastname + ' '+ Othernames as JudgeName from tbjjudge
    Please can you help me with sample code to enable conclude this application and order you package.
    Thanks

Back to Top

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