I have a Column to which i have assigned a UltraTextEditor instance as the EditorControl. The textEditor shows an editorButton on the right side. However the button is now displayed when i mouseover the cell.
I want it to only be displayed when i activate the cell, as in click on it. How do i do that?
Set the column's ButtonDisplayStyle property to 'OnCellActivate'
Hmm. I had already configured that by using the designer.
Based on your remark i now set it in the initializeLayout event and, tadaaa :)