in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

EditorsInfo vol. 8 beta 3

Last post 11/24/2008 3:51 AM by Laura Piono. 2 replies.
Page 1 of 1 (3 items)
Sort Posts:
Previous Next
  • 11/21/2008 9:26 AM

    EditorsInfo vol. 8 beta 3

     Hi,

    I have converted an web project (c#) from 8.2.6 to 8.3 beta and recompiled I have an error.

    the file is generated when I created an sheduler and in the form is comment:

    It will be overwritten without prompting when a new version becomes available. All your changes will be lost.

    DevExpress.Web.ASPxScheduler.Internal.EditorsInfo does not contain a constructor that accepts arguments 3.

    my code:

    protected override void PrepareChildControls() {
      AppointmentFormTemplateContainer container = (AppointmentFormTemplateContainer)Parent;
      ASPxScheduler control = container.Control;

      AppointmentRecurrenceForm1.EditorsInfo = new EditorsInfo(control, control.Styles.FormEditors, control.Images.FormEditors);
      base.PrepareChildControls();
     }

    the new EditorsInfo accept

    EditorsInfo(

    ISkinOwner skinOwner, EditorStyles editorStyles, EditorImages images, ButtonStyles buttonStyles);

    How can I do?

    Thanks,

    Laura

     

  • 11/24/2008 1:56 AM In reply to

    Re: EditorsInfo vol. 8 beta 3

     Hello Laura,

    you should delete the DevExpress\ASPxSchedulerForms folder and open the page with ASPxScheduler control in design view.

    The ASPxScheduler comes with a set of default templates. They are located in the DevExpress\ASPxSchedulerForms folder of the web site. They are checked for relevance each time the ASPxScheduler control is created in Visual Studio design-time environment (i.e. the web page is opened in design view).  If they are found to be of another version or missing, they are automatically recreated, replacing the former templates. Hence, you shouldn't make any modifications to default ASPxScheduler templates.

    In case of any problems with appointment or forms layout, caused by outdated or improperly modified templates, delete the DevExpress\ASPxSchedulerForms folder and open the page containing the ASPxScheduler control in design view. The folder is automatically created and populated with correct templates.

     

     

    Regards, Brian.
    R&D, .NET Team, Developer Express Inc.
    Filed under: ,
  • 11/24/2008 3:51 AM In reply to

    Re: EditorsInfo vol. 8 beta 3

    Thank you Brian,

    it works!

    Laura

Page 1 of 1 (3 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED