Is there a way to change the width of columns of multi select grid widget

  • adfto
    Asked on March 22, 2017 at 10:40 PM
    Is there a way to chenge the width of columns?
  • jonathan
    Replied on March 22, 2017 at 10:50 PM

    You can inject custom CSS codes to the MultiSelect grid to increase the column width.

    Example:

    th, td {

        min-width: 100px;

    }

    Is there a way to change the width of columns of multi select grid widget Image 1 Screenshot 20

     

    Let us know if you need further assistance.