ajax auto refresh

I have done the refresh CGridView and take the latest data have entered. But how can i auto refresh the value of a column of CGridView but not refresh the whole CGridView ?

You can create an action that return only the value you need… then with jQuery call that action and update only the elements you need…

but

This is not an easy task… and you need to know very good jQuery… HTML… and the concept of ajax calls…

Ok…thanks…

/* moved - not a tip, snippet or tutorial */