Our source data contains many fields that are not displayed directly as columns. Very often during editing operations, especially those that leverage popups/dialogs, we need to set a number of those fields. While I am aware that it’s possible to send an array of changes to setSourceDataAtCell, it isn’t always possible (or easy) to capture all of the changes that may occur into a single call.
Beyond that, often times none of those changes require a render, as they are all “background” data that only our REST service needs to know about. For both of those reasons it would be nice if there was a new parameter to setSourceDataAtCell, called something like “render” (which can default to true), which we could turn off as needed when we call that method. (As things stand now we’re triggering unnecessary renders in a number of places.)
Thank you very much,
David