Posted 10 August 2020, 8:44 am EST
I currently have a custom editing process for our background source, however that source isn’t bound the usual way to the grid as a source but rather an object linked in the factory for creating the cells as we want them to look.
The refresh() method likely uses the normal source, but is there a way to force an update on a column/row or the entire grid that uses the factory to rebuild it?
I have tried updating the factory with the changed source and then readding the factory before refresh() but that didn’t do anything. The source object does get the changes as leaving and rebuilding the entire view does update it, though it remakes all objects on the view, not just the grid.