Hello,
I am using the ComboBoxColumn in the XamGrid, but I don't want the control to render as a combobox rather I want it to look like a normal text field. How can this be done?
Hi,
you could use the EditorStyle property of the ComboBoxColumn to apply style on the ComboBox and style it as you want.
Hope this helps,
Do you have sample code as I am not able to get it to work?