Better solution for always showing edEditBtn

Hi!

I've been told that to have the edEditBtn (in an advanced string grid) always be visible, we should use the following:

grid.ControlLook.DropDownAlwaysVisible = true

However, when I do this, columns with edComboList do not look good.

Could we have a way to selectively always-show-EditButtons ?

Thanks,
Richard

This can be controlled dynamically with the event grid.OnHasEditBtn

This feature was implemented.