問題タブ [kendo-treelist]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
kendo-ui - kendo Treelist は、表示するレコードがないことを伝え続けます
Telerik の剣道コントロールを使用するつもりで、Treelist コントロールで遊んでみました。Visual Studio 2013 VB または C# でこれを行っています。
計画は、いくつかの (シリアル化された) データを送信する Web サービスを作成することであり、ユーザーは、データを POSTS する $Ajax 要求にリンクされているボタンを手動で押す必要があります。そのデータをツリーリストに渡す必要があります。
しかし、私が何をしようとしても、それは私に言い続けます:No Records to Display
質問:
1 提供したサンプルが機能しないのはなぜですか。デモの 1 つを文字通りコピーしました。
2 別のデータソースが必要ですか、それともデータを直接ツリーリストに入れることはできますか?
前もって感謝します。
リック (NL)
サンプル:
kendo-ui - kendo treeListセルをハイパーリンクにする方法は?
kendo treeList の例を作成しました: http://dojo.telerik.com/akAwe/4 この例では、「プロトコル名」列の子セルをクリック可能にするにはどうすればよいですか?
ありがとう。
angularjs - Why this Kendo UI Treelist - angular version - does not work?
I have a data source coming from WebApi - please find below the JSON string - and I would like to display it in Kendo UI Treelist. I'm using the Angular version.
I have been try to figure out why it is not working for me for hours. The TreeList always says that "Request failed". There is something I cannot see yet. There is no error on the console, and I cannot debug because I'm using the minified version.
On the other hand I have a few questions:
- Do I understand correctly that the Id, ParentId properties ind the schema describe the parent - child relation between the records?
- If so, then the data I would like to hand over the TreeList should be a list of plain objects where: every item should contain an Id the ParentId data, or equivalent which can be mapped as it is described in the example.
Json from WebApi:
Angular code:
javascript - treeList 内のノードをプログラムで選択する方法 (Kendo)
デフォルトでtreeListのノードを選択する方法はありますか?
プログラムでツリーリストのノードを選択するにはどうすればよいですか?
treeView のように findByUid に似たメソッドはありますか?
kendo-ui - ツリーリストのノードに画像アイコンを追加する方法
「imageUrl」を使用して TreeView コンポーネントに使用されるアプローチを試しましたが、これは機能しません。
dataSource の各ノードで、「imageUrl」を「http://localhost:2431/test/Content/Images/PageIcons/FavOff.png」に設定しましたが、これは機能しません。
TreeList ノードに画像を表示する方法はありますか?
TreeList で達成しようとしていること: TreeView
kendo-ui - kendo treeList - 特定の条件に応じて子行の色を変更する
剣道ツリーリストで、特定のデータ値に応じて子行全体の色を変更する方法は? ここに記載されている方法を試しました:剣道 UI グリッドの行の値に応じて行の色を変更する方法
うまくいきません、他の解決策はありますか?
前もって感謝します。
kendo-ui - 剣道ツリーリストにすべてのノードをロードする方法
リモートバインディングを使用するtreeListがあります。つまり、ノードは遅延読み込みを使用します。まれに、すべてのノード (クライアント側) を処理する必要がある場合があります。
一度にすべてのノードをロードする方法はありますか?
遅延読み込みの例:リンク