1
0
-1

Hi. I was trying pass multiple values to can pre-select the multi select box filter for a datalist open from popup select box. As figure below, I had put the parameter of the multi select box filter to the Popup select box element. as shown in figure below. I tried to set a default value for the filter. 

As in the figure below, the multi select box filter didnt take in the default value.

Is there any place that I am wrong while setting the default value? What should I do in order to preselect multiple selection for the multi select box filter?

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Instead of putting default filters so the list gets populated already filtered, why do you not use Where Clause in the query/Filter condition in advance form binder.

      But if you want to set default value to filter than you need to put value in default value property

      1. Jun Feng Lim

        It is because the default filter is change based on value from another field. And the value of that field is dynamic. I believe we cant pass used filed ID to set the default value for multi select box right?

      CommentAdd your comment...