1
0
-1

On clicking the  + button only the new pop up window is appearing , how to trigger this on entering the value on previous field . 

  1. Matthew King

    Your question is unclear, can you provide more information?

  2. Vimi

    Thanks Matthew for your time .

    My issue is  First i enter value in Filter value column  and then when i click on the + button in list grid the popup datalist is appearing as expected (filtering the value based on the data from filter value column).

    To improve user experience , i need this action(opening the popup datalist ) after entering the value in Filter value column. ie, enter button automatically go and open the pop up datalist .


    hope it is clear .

      



CommentAdd your comment...

2 answers

  1.  
    1
    0
    -1

    Got it .

    Adding below will trigger this .

        $(".grid-action-add").trigger('click');

      CommentAdd your comment...
    1.  
      1
      0
      -1

      I am no programmer but know enough that you can add Javascript/jQuery code in Custom HTML to perform your desired action, using function change() and click(). Get a friend who's clever with JS to help you code the client side scripting in your form.

        CommentAdd your comment...