Hi,
I have a grid. In code I create an instance of an editor:
vlColumns = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
vlColumns.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
Now I assign that editor to the cell :
ugHeaders.DisplayLayout.Bands[0].Columns["dd"].EditorComponent = vlColumns;
ugHeaders.DisplayLayout.Bands[0].Columns["dd"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
ugHeaders.DisplayLayout.Bands[0].Columns["dd"].ButtonDisplayStyle = ButtonDisplayStyle.Always;
Everything is good, except when the contents are too long, I get a scrollbar. When I scroll, it does not scroll the contents of the editor though...scroll bar moves up and down but the list items remain 'stuck' if you will.
I feel like maybe I need to set something on the editor itself when I create it?
Thanks,M.
Hello M,
This issue has been resolved in the Service Release that was published on Friday, July 11, 2014.
Thank you for contacting Infragistics.
This is actually a known issue that is currently being addressed by our developers. I have created support case CAS-140249-G3W6L6 so you can be notified when the issue is resolved. You can view the status of the support case by going to https://es.infragistics.com/my-account/support-activity.