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.
KendoUI で、コンボボックスごとに新しい ViewModel を作成せずに、1 つのデータ ソースから N で区切られたコンボボックスを構築する方法はありますか?
複数のウィジェットを単一の dataSource にバインドするということは、dataSource をフィルタリングまたはソートするたびに、各ウィジェットが変更を受け入れることを意味します。これは良い考えではないと思います。
すべてのウィジェットで同じ設定の dataSource を使用する場合は、設定を表すオブジェクトを作成し、異なるコンボ用に新しい dataSource を作成するたびにそれを使用します。