CellExternalCopyManager plugin Not supporting custom Editor
If the editor of the column is a custom editor like AutoComplete Editor, it is not updating. Should this support to be added on the Editor?
Yes it should
Sorry there is a misunderstanding. The plugin should handle automatically custom editors having a classical api interface. Could you provide a testcase for the bug?
The issue can be reproducible in the following link:
https://rawgit.com/AngularSlickGrid/SlickGridPOC/master/index.html
You can copy data from excel to "Title" column for which the editor is Slick.Editors.Text.
However, if you copy data from excel to "Duration" column, which is using the AutoComplete editor, you can see that, a textbox is being generated below the grid and is not going away.
You can find the code at https://github.com/AngularSlickGrid/SlickGridPOC/
Thanks for looking into this
If you can give me an idea, how I should be handling that, I will do that. Thanks in advance