Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
slickgridを使うのは初めてです。
誰かがactionresultまたはjsonresultをslickgridに返すのを手伝ってくれるかどうか知りたいです。どうすればそれができますか?
次のように、モデルを JsonResult として slickgrid に返すことができるはずです。
return Json(JsonConvert.SerializeObject(YOUR_MODEL_INSTANCE));
http://james.newtonking.com/projects/json-net.aspxをご覧ください