This is a migrated thread and some comments may be shown as answers.

Configuration Editor

3 Answers 48 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Digga
Top achievements
Rank 1
Digga asked on 06 Jul 2012, 10:07 AM
Hi

In the advanced form section - Time format, an error is displayed when hitting Apply/OK without making any changes to the field - "Please enter a valid time format"

Lee

3 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 09 Jul 2012, 01:35 PM
Hello Lee,

 
I have inspected the issue but could not observe it locally or at our on-line demo. Would you please elaborate a little bit the scenario or how to reproduce it locally so we can be more helpful? 

Regards,
Plamen Zdravkov
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.
0
Digga
Top achievements
Rank 1
answered on 10 Jul 2012, 06:30 AM
Hi

Appologies for the brief description, I don't think I was awake when I posted this.

To replicate the issue/bug
  1. Add RadScheduler to a page, mine uses master pages
  2. Select Configure RadScheduler...
  3. Select Advanced Form
  4. Note Time Format is HH:mm
  5. Press Apply button
  6. Red flashing exclamation appears next to Time Format attribute with the message 'Please enter a valid time format."

Changing the attribute value to hh:mm allows submission of the configuration editor.

This is on Windows 7 Enterprise x64, VS 2010 Ultimate, Telerik  v.2012.2.607.40

Regards,

Lee

0
Plamen
Telerik team
answered on 12 Jul 2012, 09:11 AM
Hello Lee,

 
Thank you for reporting this buggy behavior and for your concern with RadControls.

It seems to be a validation issue and you can pass it by setting "hh:mm" at the moment and if you need a HH:mm format change the settings in the code itself after that:

<telerik:RadScheduler runat="server" ID="RadScheduler1"
        EditFormTimeFormat="HH:mm">
        <AdvancedForm TimeFormat="HH:mm" />
    </telerik:RadScheduler>

Please excuse us for the inconvenienced caused. All the best,
Plamen
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.
Tags
Scheduler
Asked by
Digga
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Digga
Top achievements
Rank 1
Share this question
or