Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
685
EditorButton not displayed when CellActivation is NoEdit or ActivateOnly
posted

I need a column with an editor and a button.

I tried to use the column style EditButton, but with this approach I cannot set the button text ("...") nor modifiy the button size.

Next, I tried to use an UltraTextEditor to which I add an EditorButton, then set the column's EditorControl to the UltraTextEditor control. Now I have more control on the button, great.

My next requirement is to be able to click on the EditorButton when the cell is readonly. The problem is that the button is not visible when the CellActivation is set to NoEdit or ActivateOnly.

It seems the button is visible when the ButtonDisplayStyle is set to Always, but I'm using OnRowActivate, and I would like to keep it like this because Always make too much things displayed in the grid.

Anyone can help me acheive this ?

TIA,

Guillaume