Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can also change the handling on Add event, for eg. to reposition to the currently selected record, by changing the AddRepositionTo: '#KeepSelection'.


For a delete refresh developer you can call the RefreshEmitter as follows:

Code Block
languagejs
akioma.RefreshEmitter.refreshData('eTerm*', { lastRowState: 'delete' }) // 

...

This will select the next available record

...

For an update refresh developer you can call the RefreshEmitter as follows:

akioma.RefreshEmitter.refreshData('eTerm*', { lastRowState: 'update' })
 

For an add refresh developer can call the RefreshEmitter

...