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
325
Dropdown editor and container control for UltraGrid
posted

Hi,

 

I need to create a custom control and use it as an editor to a grid column. Is there anyway I could achieve this?

 

Thanks. 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    What does your custom control need to do?

    The best way to do something like this is to use one of the existing Editor controls.

    If none of those meet your needs, and you are using the latest version of the controls (v9.2 or higher), then you can embed your own custom control in a grid using the new UltraControlContainer editor component.

Children