Skip to content

Release of version 2.6.3 (2022-04-04)

Compare
Choose a tag to compare
@gnbm gnbm released this 23 Mar 21:52
· 453 commits to dev since this release
802712c
  • Fixed an issue when using parent binding columns that happened when we opened the dropdown without changing the selected value.
  • Fixed MarkChangesAsSaved not clearing invalid rows array
  • Added a new client action MarkChangesAsSavedByKey to mark a group of Data Grid rows with given keys (from the KeyBinding field) as saved in the database.
  • Fixed an issue that was causing issues when executing scripts using the Grid Initialize event.
  • Now, we can properly use the ArrangeData action with more complex structures.
  • Added a default exporting message to the Grid and a new API method called CustomizeExportingMessage.
  • Fixed issue where Grid events didn't work properly with screen transitions.