Please enable JavaScript to view this site.

Navigation: Advanced topics > Programming topics > Grid Row Javascript API > Methods

Grid Row Javascript API: row.getMessage()

Scroll Prev Next More

 

Gets the previously added message.

Syntax

row.getMessage()

Arguments

No arguments.

Return value

No return value.

Example

Update the previously added message on click with some additional text:

 

row.setMessage(row.getMessage() + 'some additional text');

See also

Grid Row JavaScript API: row.setMessage()

Troubleshooting tips

Change message after record was added or saved

Display a message on the Web page

About Grid Row JavaScript API