Hi,
How can i have a combo box i.e read only.
e.g i’ve ISO code for the country of incorporation of the client
in the above code type=“combo” renders an editable comobo box at the client side.How can i make it read only.
Thankx in advance.
Hi,
You can use “editable” attribute to make combo readonly:
<column id=“CTRY_ID” width=“80” type=“combo” align=“Left” color="#d5f1ff" sort=“int” source= “DataModificationScreen\Client\Country.xml” editable=“false”> ISO code for the country of incorporation of the client