1
0
-1

Hi there,

I need to create a filter box in data list while entering the search value is there is any way to implement the auto-complete option while searching through a column in a data list?

    CommentAdd your comment...

    2 answers

    1.  
      3
      2
      1

      Hi,

      you can set the type to options

      and set option type to autocomplete and binding option to JDBC option

      Then write your own query (usually value and label are the same ex: select c_name,c_name from app_fd_employee)

      1. Jagadeeshkumar Viswanathan

        Thanks Issa. It works good.

      CommentAdd your comment...
    2.  
      2
      1
      0

      Hi, you could try to use some JavaScript to perform the auto-complete, like the example at Autocomplete Text Field.

        CommentAdd your comment...