Isomorphic,
I have placed some controls in a dynamic form. We have our own styling guide where we need have 2px border on select. I have changed .css and .js files accordingly to achieve the same. But here the default border would be 1 px and on select it would be 2px. when it increases from 1px to 2px, other controls move up and down accordingly which is not desired. Please let me know how to control this. attached is an example of a form which may help you.
Also, i was trying to bind the combobox by default from database, but it would fetch only when i click on that combo box. Also i wanted to interact with DB on change of it. I tried the same but it would result in many RPC calls. Please let me know your suggestions.
Thanks,
Yathish
I have placed some controls in a dynamic form. We have our own styling guide where we need have 2px border on select. I have changed .css and .js files accordingly to achieve the same. But here the default border would be 1 px and on select it would be 2px. when it increases from 1px to 2px, other controls move up and down accordingly which is not desired. Please let me know how to control this. attached is an example of a form which may help you.
Also, i was trying to bind the combobox by default from database, but it would fetch only when i click on that combo box. Also i wanted to interact with DB on change of it. I tried the same but it would result in many RPC calls. Please let me know your suggestions.
Thanks,
Yathish
Comment