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
635
setting the knockout datasource's value to null results in   in the igGrid
posted

I have a grid that is bound to a knockout view model. When the editCellEnded event fires, I have some code to make changes to the view model, but if there is an error, I want it to set the value in the grid back to null. However, when I set the value back to  null (i.e., row[i].MyProperty(null)), the grid shows the non-breaking space character code instead of a blank. If I click in the cell and click off, the visible text goes back to a blank. How do I programmatically set it to blank?