SyncFusion library update
DF25 patch to no longer use global selectors, but DOM references instead.
Plus various improvements for the csfWebList control
2026-06-24
- DataFlex 25.0 patch for dynamic web object usage, we're no longer using global selectors, but instead use a DOM reference taken from AfterRender.
- csfWebList, add CursorReady/CursorWait methods.
2025-06-18
- csfWebList, added property pbAutomaticWaitCursor, most time intensive operations now show a wait cursor by default
- csfWebList, added property pbSelectionToggleEnable, selecting a row with your cursor twice now no longer toggles that row
- csfWebList, added methods for manually loaded lists, addRow, DeleteRowByIndex, InsertRowByIndex, UpdateRowByIndex
- csfWebList, csfWebColumn, added CallbackProcess method that gives you a way to easily add a waitdialog via setActionMode to any process that takes some time to process.
csfWebList, constrained weblists where the server DDO was not the same as the Main DDO would be loaded twice. This has been addressed.
Updated demo's SyncFusionGridCustomerList.wo and SyncFusionGridCustomerManually.wo
Comments