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.
jqgridに問題があります
jqgridでダイアログ追加機能を使用しています。だから簡単にデータを追加できます
問題は重複キーです。
ユーザーがデータを挿入するときに、主キーがすでに存在するかどうかを確認したいと思います。
どうすればこれを処理できますか?
ユーザー入力の検証を使用することをお勧めします。の要素がnewidページにすでに存在するかどうかをテストするには、をテストできます$("#" + newid).length > 0。
newid
$("#" + newid).length > 0