MVC4 Classic
Change the Width

To change the width of the wijcombobox you can use the following code:

<style type="text/css" >
          .wijmo-wijcombobox
        {
        position: relative;
          width:250px !important;
          }
  
        .wijmo-wijcombobox-input
        {
            width:216px !important;
        }
  
</style>
See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback