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.
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.