I have some TIWAdvEdit controls on my form which can only be edited by some special users, so I set the "Editable" property to "False". After that, the borders (BorderColor clBlack, Borderwith 1) will disappear in both IE8 and Firefox; in the IDE all borders are shown correctly. Is this a feature or an error?
Can you please try setting the IWAdvEdit.NonEditableAsLabel property to False?
@Bart: Thx, now the border is shown correctly!