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

Get Data in JSON Format

2 Answers 132 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Maqsood
Top achievements
Rank 1
Maqsood asked on 25 Apr 2012, 11:54 AM
Hello Support,

I am currently trying out KendoUI for a project. I am working on the loading the local data into the grid using JSON. The grid is editable grid and user can also add new rows to the grid.

Can you please let me know that how can I get the modified data back from the Grid in JSON format?

Additionally, how do I add boolean/checkbox column in the grid?

Regard,
Maqsood Ahmed.

2 Answers, 1 is accepted

Sort by
0
Victor
Top achievements
Rank 1
answered on 25 Apr 2012, 04:35 PM
Adding a checkbox:
In your columns section add new column with: ,{ template: '<input type="checkbox">', width: "25px" }
Excuseme but i don't know how can i parse a value from a field to this checkbox... but this is the way...
0
Maqsood
Top achievements
Rank 1
answered on 26 Apr 2012, 05:06 AM
Hello Victor,
Thanks alot. How about getting the data from the grid? Any idea about that?
Tags
Grid
Asked by
Maqsood
Top achievements
Rank 1
Answers by
Victor
Top achievements
Rank 1
Maqsood
Top achievements
Rank 1
Share this question
or