Hello!

I use a dropdown list where some of the code is from your example FGAutoColumnAndDropDownEditor.

I have a cell which is a dropdown list where item from the list can be selected when the list drops down.

The problem is it that I can write in this cell which is a dropdown list.
I want this to be disabled in some way. So the user should not be able to write anything at all in the cell it should be disabled.

An example assume you have the following item in the dropdown list
which is item1, item2,item3 and item4.

Now in the dropdown list you should only be able to choose from the drop down list where the four items is displayed. You should not be able to write anytning at all in this drop down cell.

How do I fix this?

Many thanks!

//Tony