Events

onAfterLoad fires after data loading is complete
onBeforeLoad fires immediately before data loading has started
onBindRequest fires when the component is ready to receive data from the master component
onChange fires when the user changes the value of the DataRecord object
onLoadError fires when an error occurs during data loading (invalid server side response)
Back to top