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.
editGridRow で複数選択リストを表示しようとしています (インライン編集ではありません)。私が使用しようとした他の回答で読んだように:
dataInit: function (el) { setTimeout(function () { $(el).multiselect(); }, 50); }
しかし、私には運がありませんでした。
助言がありますか?