1
0
-1

how to adjust grid width not the column


grid.PNG

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Do try with the following CSS script in Form Custom HTML and place this element in your form with advance grid:

      <style>
      div.pq-grid-inner {
          width: 60%!important;
      }
      </style>
        CommentAdd your comment...