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

BIG PROBLEM WITH v4.0.30319

2 Answers 247 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Kevon Hayes
Top achievements
Rank 1
Kevon Hayes asked on 25 Jan 2011, 03:18 AM
All Telerik Devs,

I tried this on multiple rad controls... it appears when I add ClientIDMode="Static" on the RadScheduler, or RadMenu, or the RadButton the RadWindow Control will just not open, or when it does open it will not show the content w/in the content template. 

Just an FYI

2 Answers, 1 is accepted

Sort by
0
Kevon Hayes
Top achievements
Rank 1
answered on 25 Jan 2011, 03:25 AM
Also can't always <%= control.ClientID%> because in code behind if your adding to the control collection the compiler gets fussy.  When it see's <% %>
0
Accepted
Georgi Tunev
Telerik team
answered on 27 Jan 2011, 12:44 PM
Hello Kevon,

Yes, we are familiar with this issue (there are several threads about this in the forums), however this behavior is expected. Microsoft recommends using ClientIDMode=Static only for static control. RadControls on the other hand are controls with complex hierarchies of child controls and templates so setting their ClientID mode to static will break their functionality.


Regards,
Georgi Tunev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
Kevon Hayes
Top achievements
Rank 1
Answers by
Kevon Hayes
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or