Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Coloring Cells
posted

I have a grid where I'm doing client side validations in javascript, and coloring the invalid cells by first getting the tds using the cellAt method and then adding a style to them in jQuery.  The problem is that after another cell is edited, the entire row is rerendered, destroying the tds and their accompanying styles.  Is there any way to make these styles survive the rerendering after a cell leaves edit mode?