Hello Peter,
I have checkbox images in one of the columns of my Grid. Also the column Header .
Basically when I check the header column , I am swapping the images with checked and unchecked images.(Based on whether the header column is checked or unchecked) . This seems to work fine..
But my issue here is that when ever an event is firing the images are being rendered back to the default state.( I am inserting the images in the cellsrenderer function). And it has no idea if the checkbox was checked or not.
So I thought of handling it in a event
.bind('initialized pagechanged rowcollapse rowcollapse rowexpand groupexpand groupcollapse', function() {
where in I was thinking of calling the same function for many events. Is this the right approach. Also I was not able to find the event when the grid is scrolled.
Can you give your insight into it.
Thanks
Sushanth