What's New
Fixed Issues and Improvements
⚠ This new OutSystems Data Grid version introduces breaking changes
The ApplyRowValidations client action will no longer trigger the OnCellValueChange event handler as it did before so any edge case using this must be changed. This default behaviour caused the Dropdown Column cell content to be deleted when called on a parent binding scenario.
A new event called OnBeforeOpen was added to the ContextMenu block, to allow developers to control the items that appear as options on each column. Because of this change and the platform references model, all consumers need to have their references manually refreshed.Functionally, no changes are expected.