SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

CellExternalCopyManager plugin Not supporting custom Editor

Open jintoppy opened this issue 11 years ago • 4 comments

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?

jintoppy avatar Sep 24 '14 16:09 jintoppy

Yes it should

Celebio avatar Sep 24 '14 21:09 Celebio

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?

Celebio avatar Sep 25 '14 07:09 Celebio

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

jintoppy avatar Sep 25 '14 07:09 jintoppy

If you can give me an idea, how I should be handling that, I will do that. Thanks in advance

jintoppy avatar Oct 27 '14 12:10 jintoppy