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?”);