/**
  *
  * @return int
  */
 public function getAjaxDelay()
 {
     $result = parent::getAjaxDelay();
     return $result > 100 && $result < 10000 ? $result : 500;
 }