SmartRendering Problem

Hi,



I have a functionality. When I check the checkbox in column header all the checkboxes in that particular column rows should be checked. But since I am using smart rendering, only for the rows rendered checkboxes are getting checked. Is there any way to achieve my functionality.

To change state of data in cell - it must be rendered.
So the only way to achieve necessary behavior - render all rows - which means, smart rendering can’t be used.