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
120
How to agragate a componet(it contains an UltraCombo) to a UltraGridCell
posted

 I made a component, it is an ultracombo and I need to know how can I agregate it to an UltraGridCell 

thanks for your help 

Andres 

  • 469350
    Verified Answer
    Offline posted

    Hi Andres,

    I don't understand your question. What do you mean by "agregate"?

    If you want to use a control in a grid cell, then this will only work if the control implement IProvidesEmbeddableEditor and return an EmbeddableEditorBase-derived class from this interface. This is not a trivial undertaking, though, and I would strongly advise against it unless you are willing to spend a lot of development time on it and have access to the existing editor controls source code to use as examples.

    It generally much easier to use one of the existing editor controls and modify it to do what you need.