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

The Kendo UI Grid's saveRow() method does not work correctly after upgrade

2 Answers 214 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ali Kemal
Top achievements
Rank 1
Ali Kemal asked on 18 Sep 2012, 04:18 PM
Hello,

The Kendo UI Grid's saveRow() method does not work correctly after upgrade 2012.2.710 to 2012.2.913.

2012.2.710: http://jsfiddle.net/zMTn3/4/
2012.2.913: http://jsfiddle.net/zMTn3/5/

The "Kaydet" button is call saveRow() method.

2 Answers, 1 is accepted

Sort by
0
Ali Kemal
Top achievements
Rank 1
answered on 18 Sep 2012, 06:43 PM
I think the problem stems from the Kendo AutoComplete in editor function.
0
Ali Kemal
Top achievements
Rank 1
answered on 18 Sep 2012, 10:28 PM
Similar problem:

http://www.kendoui.com/forums/ui/grid/autocomplete-in-grid-batch-editing-mode.aspx

The Editor template contains an autocomplete bound to a server side data source, which populates the autocomplete controls with persons from a data store. So far so good.
Now the problem: When I leave the cell edit mode (with the autocomplete editor shown), a javascript error is thrown in "kendo.web.js". The error pops up in the following line:

that._unbindDataSource();


The error Message:

"Microsoft JScript runtime error: Object doesn't support property or method '_unbindDataSource'".

Any ideas how to get the autocomplete control work together with the grid?
Tags
Grid
Asked by
Ali Kemal
Top achievements
Rank 1
Answers by
Ali Kemal
Top achievements
Rank 1
Share this question
or