This API is often invoked from the JavaScript functions defined by the onFocusHandler or onChangeHandler settings for the structure browser column. Each column to be udpated has a Reload Program/Function defined. This API only reloads data for the cell currently being modified. emxEditableTable.reloadCell This API requires this input argument:
Example: reloadCell("state 1, state 2, state 3, state 4") This example invokes the reloadCell("state 1, state 2, state 3, state 4") from On Change Handler of column "country". This function loads new range values for each of the listed columns. |