TAdvStringGrid edComboList disable item...

Hello,

Any way to disable an item in an edComboList?
I want all the items to show but, show disabled items "greyed out" and not be selectable.

Thanks,

Mark

At this moment we do not have a combobox with disabled items.
If you have such combobox control, you can use the technique demonstrated in https://www.tmssoftware.com/site/asg55.asp to use this control as inplace editor in the grid.

Thanks for the response.
Perhaps it could be added to the feature request list.

We need to reflect on this and in particular what the behavior would be of a dropdown with items that cannot be selected and what should happen when such items are clicked.

I would say it should act like a menu item. Nothing happens because a disabled item cannot be selected.