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

[Solved] Controls Cannot be modified

2 Answers 92 Views
Grid
This is a migrated thread and some comments may be shown as answers.
DK
Top achievements
Rank 2
DK asked on 04 Aug 2009, 05:28 AM
hi i have radgrid
I have added radajax manager   as follows

<AjaxSettings>
                    <telerik:AjaxSetting AjaxControlID="grdException">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="grdException" />
                        </UpdatedControls>
             </telerik:AjaxSetting>

 but when  page load occures the error comes as controls cannot be modified beacause controls contains <% %> blocks

2 Answers, 1 is accepted

Sort by
0
DK
Top achievements
Rank 2
answered on 04 Aug 2009, 06:05 AM
the exact error is control collection cannot be modified because control contains code blocks (i.e. <% ... %>).

but i have anither grid  in the same page but no error for that grid.? why this behaviour?
i dont have any code block which contains <% %>
0
Daniel
Telerik team
answered on 04 Aug 2009, 07:21 AM
Hello DK,

Could you please attach a runnable version of your project that demonstrates this issue? This way we will be able to debug/examine it locally and then provide straight to the point answer/solution for your particular scenario.

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
DK
Top achievements
Rank 2
Answers by
DK
Top achievements
Rank 2
Daniel
Telerik team
Share this question
or