Skip to content

Instantly share code, notes, and snippets.

@thekingofspain
Last active January 31, 2023 17:36
Show Gist options
  • Save thekingofspain/793ecd8d107561c18a41271bbefe54e3 to your computer and use it in GitHub Desktop.
Save thekingofspain/793ecd8d107561c18a41271bbefe54e3 to your computer and use it in GitHub Desktop.
Wijmo to OutSystems namespace mapping

Cheat sheet that maps a wijmo object names to their OutSystems references. Useful for porting code examples from the wijmo site and running them against the OutSystems Wijmo libraries that are imbedded with the Advanced Data Grid.

Wijmo OutSystems
CellRange wijmo.grid.CellRange
CollectionView wijmo.collections.CollectionView
ColumnGroup wijmo.grid.ColumnGroup
DataMap wijmo.grid.DataMap
FlexGrid wijmo.grid.FlexGrid
FlexGridFilter wijmo.grid.filter.FlexGridFilter
GroupPanel wijmo.grid.grouppanel.GroupPanel
ListBox wijmo.input.ListBox
Menu wijmo.input.Menu
PropertyGroupDescription wijmo.collections.PropertyGroupDescription
SortDescription wijmo.collections.SortDescription
Tooltip wijmo.Tooltip
UndoStack wijmo.undo.UndoStack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment