Smartform grid view population based on the drop down values search

  • 19 July 2018
  • 1 reply
  • 1 view

Badge +6

new to K2 : We have textbox/drop down values like x , y and z and having button called search.

Once user select some x , y and z values and click search button , we have to populate the data in the smartform grid view.

Kindly provide any reference links/suggestions.

Thanks in Advance.

14561i953216E4FD195EF2.png


1 reply

Badge +11

This is a common scnario.  The first thing to do is respond to the search button click event.  Then you can use a validation condition to make sure the user entered a search value.  Finally, you can use the action of execute a method on a view (list method) including your search criteria either in the input fields or the filter secion.  An excellent way to learn information like this is to take one of the K2 core classes. 

Reply