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
415
show an ultratexeditor with statebutton as editorcomponent
posted

Hi

I'm trying to add an ultratexteditor with a statebutton on the left to a column.
For that purpose I just added this control to my form an set my column's editorcomponent to it.

but the column is always show an as a simple textbox.

How can I achieve my goal?

Parents
  • 415
    posted

    ok, typical

    After researching for hours, I post my question and solve it 10minutes later by myself :D

    My fault was, that I manually defined a dataschema and set the datasource in code, so I have to configure my columns after setting my datasource.

    One question remains.

    Whenever I check/uncheck my statebutton all buttons (of every row) get checked/unchecked.
    I assume this is because, they all use the same control. Is there a way around it?

    problem is I want to always show this editor control.
    What are my options to do that?

Reply Children