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

How add row in empty grid

4 Answers 298 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Yvan
Top achievements
Rank 1
Yvan asked on 29 Dec 2011, 10:33 PM
Hi,

Once I'have delete all items of my grid I can't add any new item.

I'have also try to delete all items of the KendoUI grid editing exemple:
http://demos.kendoui.com/web/grid/editing.html

Once done I can't add a new record too. Error resulting in Chromium:
Uncaught TypeError: Cannot read property 'ProductID' of undefined

Is it a known misfunction? Is it possible to fix i?

Best regards

4 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 30 Dec 2011, 08:29 AM
Hello Yvan,

We are aware of this behavior and it is already fixed. I am sending latest internal build that has the fix for this.

All the best,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Yvan
Top achievements
Rank 1
answered on 30 Dec 2011, 10:54 AM
Hello Nikolay,

First thanks for your quick answer.

Unfortunately I'm facing the same issue with the new kendo-all-min.js. I have replaced the file, purged my browser cache and restarted my node.js server.

Is there a function such version() to ensure that I'm using the latest version?

Happy new year and best regards
Yvan
0
Nikolay Rusev
Telerik team
answered on 30 Dec 2011, 03:10 PM
Hello Yvan,

The version should be working. At lease does on my side. However I am attaching more recent internal build.

I am afraid that there is no such thing like version() or so implemented so far. You can check the version of the served kendo.all.min.js by inspecting the file in the FireBug Network tab. It contains the following structure at the beginning of the file:
/*
* Kendo UI v2011.3.1228 (http://kendoui.com)
* Copyright 2011 Telerik AD. All rights reserved.
*
*..........
*/


Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Yvan
Top achievements
Rank 1
answered on 30 Dec 2011, 03:47 PM
Hello Nikolay,

The v2011.3.1228 fix this issue, nice.

Thanks for helping and best wishes for 2012.
Yvan 
Tags
Grid
Asked by
Yvan
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Yvan
Top achievements
Rank 1
Share this question
or