Search bar at Template Grid

0
Team, Need your inputs.! We use Template grid at our application and further use XPath to fetch the records. At Mendix do we have any feasibility to show-up the records on fly pulling the matched records ? Something like below. Appreciate your inputs.   Thanks.  
asked
3 answers
0

Hi Ashok,

did you tried any AutoComplete AppStore Content such as https://marketplace.mendix.com/link/component/2695 ? 

Hope that helps!

Best,

Johann

answered
0

Hi Ashok,

I see couple of options:

  1. Use the widget that Johann mentioned
  2. Or use oninput search widget (https://marketplace.mendix.com/link/component/113370) from app store. 
  3. Or you can try to develop the widget with proper limitations or paging to avoid loading too much of data while loading the page.

I cannot think of an out of box option at this moment.

answered
0

Try the comparison or Multifield widgets from GridSearch. It's platform supported and works with template grids. 

answered