kendo ui - Filter datasource against another datasource -


I am in a situation where I have two different types of UI datasource, and both of them have a field called "ID".

Datasus 1 Datastra 2

Now I need the following:

  1. Apply the group on the first data and data source 1 (this

  2. Then populate a list with only those items that have an ID that is also part of DataSource 2

I tried this list with a script in the view template, but when the item is "excluded", it produces a below Li-element Is.

Any thoughts?

I got help from teleic support to solve this. Here's the solution:

Because it does not have the functionality that you are looking for, you'll need to implement it manually. Firstly you have to filter the data source, then through the results loop and other data will need to get items that match the one you find (matching ()) method. You can then push items to a new data source that you can use to display the list of the template.

This works great.


Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -