This is a migrated thread and some comments may be shown as answers.

Editor Refresh is not a function

1 Answer 187 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 13 May 2013, 09:01 PM
I'm using the Kendo UI Web v2012.3.1114 javascript library. I have multiple instances of the Kendo Editor on my page in table rows that can be reordered on the page. My issue is that if I move one of the rows, the Kendo Editor appears to clear it's value and then stops responding to clicks or key presses.

My guess was that the events were unbound when the editor was moved withing the DOM. Looking through the documentation, I found the .refresh() method (http://docs.kendoui.com/api/web/editor#methods-refresh) which seems to be just what I'm looking for. However, when I try to use this method, I get the error "editor.refresh is not a function." I know I'm accessing the editor properly because the .paste() and .value() functions work fine.

Was the .refresh() function implemented in a later version?

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 14 May 2013, 07:58 AM
Hi Joe,


You are right, the refresh method of the Editor was added recently. It will be included in Q1 2013 SP1, but you could use it right away if you download the latest internal build.

I hope this information was helpful for you.

 

Regards,
Dimiter Madjarov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Editor
Asked by
Joe
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or