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

Calendar Won't Pop-up? Check Your ClientIDMode

1 Answer 64 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
kencox
Top achievements
Rank 1
kencox asked on 20 Apr 2011, 06:31 PM
Telerik Support just explained why one of my RadDatePickers wouldn't pop up so I thought I'd pass it along.

I was using ClientIDMode="Static" to create non-changing IDs for my JavaScript routines. Bad Move!

Here's the explanation as to why you need to stick to AutoID:

"Since these are controls with complex hierarchies of child controls and templates, setting their ClientID mode to Static will break their functionality"

Maybe everyone else already knew this, but there you go.

Ken

1 Answer, 1 is accepted

Sort by
1
vincent
Top achievements
Rank 1
answered on 30 Dec 2012, 06:07 PM
This isn't really acceptable. If you are using composite scripts you really need static ids.
Tags
Calendar
Asked by
kencox
Top achievements
Rank 1
Answers by
vincent
Top achievements
Rank 1
Share this question
or