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>
Copyright @ GrapeCity, inc. All rights reserved.