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

[Solved] Popup Edits - DropDropList issues

2 Answers 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
AGB
Top achievements
Rank 1
Iron
AGB asked on 02 Mar 2015, 11:05 AM
Hi Guys

Have just tripped over an issue regarding popup edits and DropDownLists.

If you run the following dojo snippet

    http://dojo.telerik.com/ANINU

which is just the 'Grid / Editing custom editor' demo with the editable option set to popup    

- Hit the 'Add new record' button

- Tab to the 'Category' drop down list

If you now hit the keyboard up/down/left/right arrow keys the popup form is closed and the record is added.

Likewise selecting a drop down item via the mouse also closes the form adding the record.

Regards
Alan

2 Answers, 1 is accepted

Sort by
0
jeff
Top achievements
Rank 1
answered on 03 Mar 2015, 11:48 AM
I can confirm this, as well, I find it happens regardless of whether 'editable:' is set for editable: true, editable: "inline", or editable: "popup".. Is there something we're missing here?
0
Rosen
Telerik team
answered on 04 Mar 2015, 08:31 AM
Hello Alan,

The edit form is closed when value is changed as the autoSync option of the DataSource is set to true. This will cause the change to be push to the server instantly and Grid to be re-drawn - closing the edit form. Generally speaking the autoSync option is design to work with incell edit mode and may be not the appropriate when using inline or popup editing. 

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