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
1540
MyControl as EditorComponent
posted

Hello everyone!!

I have an UltraGrid and I need to bind a component that I build to my ultragrid's column.

I've already tried to user a UltraControlContainerEditor but it doesn' work. Am I missing smething?

MyControl myControl = new MyControl();

UltraControlContainerEditor ultraControlContainerEditor2 = new UltraControlContainerEditor();

this.ultraControlContainerEditor2.EditingControl = this.myControl;

this.rolesGrid.DisplayLayout.Bands[0].Columns["Description"].EditorComponent = ultraControlContainerEditor2;

Thank you in advance.

Best regards,

Maria

Parents Reply Children
No Data