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

[Solved] grid refresh doesn't work with json2

1 Answer 90 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.
Cristiano
Top achievements
Rank 1
Cristiano asked on 04 May 2011, 11:34 PM
I'm using

Html.Telerik().Grid.... as per CheckBoxesAjax.cshtml sample

If I include json2.js library (I need to serilize custom js obj using JSON.stringify)
telerik grid refresh button throws at json2.js line 191

        String.prototype.toJSON      =
            Number.prototype.toJSON  =
            Boolean.prototype.toJSON = function (key) {
                return this.valueOf();//line 191
            };

1 Answer, 1 is accepted

Sort by
0
Fleish
Top achievements
Rank 1
answered on 21 Dec 2011, 01:51 PM
I have same problem,
It occurs in ie7 only, in ie8/9/firefox/chrome it works fine.
Did you solve it?
If not, somebody else, pls!
Tags
Grid
Asked by
Cristiano
Top achievements
Rank 1
Answers by
Fleish
Top achievements
Rank 1
Share this question
or