0

ポップアップ モードで新しいレコードを挿入すると、一部のフィールドのステータスが変更されず (赤い三角形)、値が更新されず、データが "空" で Web サービスに送信されます。「バックスペース」を押すと、フィールドのステータスが「変更済み」(赤い三角形) に変わり、Web サービスに送信されます。「2012.2.814」ではうまくいきました。サンプルプログラムを添付します(htmでpngにリネーム) ありがとうございます。ミケーレ。

4

1 に答える 1

0

if you are using the MVC wrappers, make sure you've updated the DLL. In either case, make sure you've updated all the .js files to 2012.3.1114. In our projects, we will go through the process of deleting all the kendo*.js files in the Scripts directory then replacing them with the latest versions. That also takes care of the occasionally deprecated js file. Check your layout and make sure you aren't calling them in the wrong order (if you're using MVC-4 I highly recommend using CDN and/or the bundling option). Also update your Content and check a couple of browsers (Chrome's developer tools, Fiddler, Firebug as well) to see if there are any errors/warnings that might help explain it. Finally, Kendo now supports jQuery 1.8.2 - the previous versions required jQuery 1.7. I found that moving to jQuery 1.8.2 gave a modest performance boost and resolved some grouping issues I was having with the Grid component.

于 2012-11-21T22:38:12.870 に答える