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
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.