$p.events.on_grid_load = function () {
//処理内容
}
==== サンプル ====
$p.events.on_grid_load = function () {
$p.clearMessage();
$p.setMessage('#Message', JSON.stringify({
Css: 'alert-success',
Text: '一覧画面です'
}));
}
====公式サイト====
https://pleasanter.net/fs/publishes/523861/edit