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

[Solved] Telerik MVC Grid Demo:( Grid-CheckBoxes->Ajax CheckBoxes )

0 Answers 11 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ajay
Top achievements
Rank 1
Ajay asked on 04 Jan 2013, 06:18 PM
when I was testing Grid-CheckBoxes->Ajax CheckBoxes demo. I found that on every click of "Display Checked Orders" button, a new script block is added (in debugging with IE9 Development tools). Is this Ok ? or memory leak ?. The reason I am asking is in my development I am rendring grid with $('#result').load('..) as shown in this demo. Here the <DIV id='result'> is populated with the partial view. If I keep clicking "Display Checked Orders" button there will be new script block created with every click. I am new to MVC, Please help !
Thank
AJ


Tags
Grid
Asked by
Ajay
Top achievements
Rank 1
Share this question
or