1

I want to edit treecolumn cell values using basic celleditor with combobox, but values contains html tags. I tried to use this solution, but it doesn't work correctly (doesn't complete edit on blur, doesn't expand if clicksToEdit: 1).

Link to example.

How to fix that?

Community
  • 1
  • 1
ki11en
  • 657
  • 4
  • 24
  • One problem seems to be that blur is expected to be fired by the input element, but there is no such input element... – Alexander Sep 21 '16 at 11:56
  • Yes, so I added it to fieldSubTpl and changed setRawValue method. I added link to fiddle in answer. – ki11en Sep 21 '16 at 13:59

1 Answers1

0

I added <input> element into fieldSubTpl with opacity:0 and another div element for show value. Here a fiddle link.

Mr Lister
  • 45,515
  • 15
  • 108
  • 150
ki11en
  • 657
  • 4
  • 24