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
115
Embedding a user control as an EmbeddableEditorBase
posted

Does anyone have an example or idea on embedding a user control within the cell (not drop down editor button) of a cell?

Currently I'm instantiating the usercontrol at runtime from class inheriting EmbeddableEditorBase, but I can't seem to get

the control to paint within the cell.  I am also new to the Embeddable Editor archtecture so if anyone knows any good reference

sites that would be helpful.  Thanks!

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Creating your own editor is a very big task and probably requires several days, if not weeks, of coding - depending on the complexity of your editor and how familiar you are with the editors and how they work.If you intend to create your own editor, I recommend that you get a subscription to NetAdvantage that includes source code so you can use the existing editors as an example. 

    Generally, it's much easier to use or modify an existing editor to do what you need, rather than create a whole new editor on your own. 

Children