I am currently using SlickGrid in my app. The problem that I am having is invoking the onCellChange when I click a button. When I click on a cell, enter a value and move to another cell it will invoke the onCellChange event.
But when I click on a cell and then click on a button on the page, I need the OnCellChange event to fire. Any way of accomplishing this?
What we are currently doing is when a value has changed in the cell, we save that as a shadow value to the server. And then a person can commit those shadow values. The problem that I have is you can change a cell value then hit a commit button. At this point the OnCellChange doesnt fire, so that shadow value for that cell has not been saved to the server.
Personally I don't agree with the way we are doing it, but that is out of my control
Thanks. John