I want to change a datagrid column type from a textbox to a dropdown when a form opens. Is that possible and if so what are the steps?
@ScottC37 I don’t think this is possible without a script. What might actually be easier would be to create both columns and show/hide the combo box or regular one as needed. Under the dataGridView in ObjectExplorer, you can set the properties of the individual columns. Having a combo box in a column tends to get tricky. Do you have an example of what you are doing that I could look at?
@ScottC37 runtime at dev side if you want to change the control of a form then use Live Ui developer tool.