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

[Solved] Popup with editor not working second time

1 Answer 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Remco Dekkers
Top achievements
Rank 1
Remco Dekkers asked on 21 Jul 2011, 10:06 AM
Hi,

In IE9 there's a problem when you try to update or insert an item the second time. I included an example and a video to show it. Watch the red circle the second time (it means a click). It's not possible to select the editor.

Remco
 

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 25 Jul 2011, 07:37 AM
Hi Remco Dekkers,

Thanks for letting us know!

Here's a work-around for this issue, until we figure out how to fix it: add an event handler for the grid edit event and focus the editor:
.ClientEvents(events => events
    .OnEdit("function(){ $('#Notes').data('tEditor').focus(); }")
)


All the best,
Alex Gyoshev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Grid
Asked by
Remco Dekkers
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or