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
Hello Maria,
The issue here probably comes from your custom control. I tried this with the track bar and it works fine. Please take a look. I will be happy to take a look at a sample reproducing your issue.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.