Grid 2.1 90226 - uncheckAll

FYI;



The “uncheckAll” function results in an “Object expected” error unless it is changed to the following:



uncheckAll:function(){this.checkAll(0)},



(Add “this” before checkAll function.)



Thanks,

- Dave

Issue confirmed and fixed, thanks for your remark.
Fixed version will be included in next build.