I've got problem with updating yiigridview via javascript. I'm trying to use it yii 1.1 way:
jQuery.fn.yiigridview.update('grid-id');
but this gets me the error: 'undefined is not a function'
How to update the whole GridView widget (or only one row) in Yii framework 2.0 using javascript?