public ActionResult SearchListPartial(string text) { if (DevExpressHelper.IsCallback) { Thread.Sleep(500); } ViewData["RequestText"] = text; return(PartialView("SearchListPartial", SearchUtils.DoSearch(text))); }