Hi. I cannot decide my problem correctly. I would like to disable texteditor for changing values in some column. I need to use only combobox values.
So, how I can do this?
Thanx in advance.
Well,I've found out decision of this problem at last. It works, just change Style property of the column.
And some cosmetic problem remained. Width of this combobox depends on lentgh of values within but I would like to make combobox as wide as column width.
How can I do this?
Thanx in advance again :)
It depends what you are using to display the dropdowns, but you probably need to set the DropDownWidth to 0 or maybe -1.