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

Can Only Add First Column

1 Answer 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Randy
Top achievements
Rank 1
Randy asked on 19 Apr 2012, 12:32 AM
I have a simple grid with 3 columns. When I click Add a new record, only column 1 is available. If I save it and then edit that same row then all three columns are available.

On a side note, I tried to get a fiddle example working to post. The page attached works as expected, the fiddle is buggier. The code is teh same and I don't know if it is a limitation of Fiddle, or if I configured it wrong. If you can point out the problem with fiddle I would appreciate it. The working code is in the zip file.

http://jsfiddle.net/randyallen/sXHkY/7/

Thanks Randy

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 20 Apr 2012, 12:07 PM
Hi Randy,

I see that you are trying to use inline editing mode, but you did not defined the edit mode in the grid configuration.
editable: {
    mode: "inline"
}

The problem with jsFiddle was the KenoUI version - in your online example you are using v2012.1.229 (Q1 BETA), while in the html file the version of the Kendo framework is 2012.1.322 (latest official release)

I hope this information will help, you can check the modified example at that link.

Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Randy
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or