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
1179
Grid cell with multiple editor buttons
posted

Hi,

I have a grid cell which I'd like to have editable text and a pair of editor buttons. I don't think is possible on the grid itself, so I thought I could use a regular ultratexteditor with the two buttons on it, and set this to be the EditorComponent for the column. Of course, this doesn't work because you're only using the control's internal editor. Is there a way to achieve what I'm looking for? I could add two button columns, but then I'll need to add code to prevent them being out of their correct position to the right of the text field I want them associated with. It also wouldn't look as well integrated as I'd like. Is there a way of achieving what I'm looking for?

Kevin