CustomAction Message not showing

when using toast and having CustomActions in row_CustomAction, the message does not appear. is there a fix for this?i used to use this $this->setSuccessMessage(“Created Successfully, Edit PR”);
without toast was working but now shows nothing and no error.

in page_load i have $this->CustomActions[“MKP”] = new ListAction(“MKPR”, “Make P”, IsLoggedIn(), ACTION_AJAX, ACTION_MULTIPLE, “Are you Sure you want to Create P for the selected items?”);

http://www.hkvforums.com/viewtopic.php?f=4&t=45948