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
1460
Refresh alt-row style client-side
posted

I'm unable to delete rows client-side using 2013.2.  Among other things, I've tried the

grid.get_rows().remove(row) and it leaves the row as it is and visible. This is despite have editing core behavior added, and I even tried adding the delete behavior.  I have batching turned on since I don't want postbacks/rebinding on every action. I had to fall back to how some posts in the forums suggested, by hiding the row with

$(row.get_element()).css('display', 'none') 

This hides the row, but the alternating grid row colors now don't alternate since the grid counts that invisible row. 

Parents Reply Children
No Data