Hi,
I have a master page with an asp:ContentPlaceHolder in which i'm loading several pages all containing radgrids.
In master i;ve declared
I managed to isolate the problem.If in master page i'm using any telerik control (for example RadCaptcha), the grids called in content are not inserting or updating.If i remove any telerik control from master, they all behave as expected.
Can you please tell me what am i missing?
Correction : Only with radcaptcha grids behave in the way described above.I tried with datepicker and its working.
I have a master page with an asp:ContentPlaceHolder in which i'm loading several pages all containing radgrids.
In master i;ve declared
<
telerik:RadScriptManager
ID
=
"RadScriptManager1"
Runat
=
"server"
ViewStateMode
=
"Enabled"
EnableViewState
=
"true"
><
br
> </
telerik:RadScriptManager
>
Can you please tell me what am i missing?
Correction : Only with radcaptcha grids behave in the way described above.I tried with datepicker and its working.