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.
Telerik MVC コントロールの使用を開始しましたが、使用されている jquery について質問がありました。次の例の tGrid とは何ですか?誰かがより多くの情報を指摘できますか?
var grid = $("#Grid").data("tGrid");
クライアント側のグリッド オブジェクトは、データ ストアに格納されます。したがって、そのクライアント オブジェクトとオブジェクト モデル (イベント、メソッドなど) を使用する場合は、最初にそのオブジェクトを取得する必要があります。
ClientSideObject