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

Children binding

0 Answers 165 Views
Hierarchical Data Source
This is a migrated thread and some comments may be shown as answers.
Bojan
Top achievements
Rank 1
Bojan asked on 26 Jun 2012, 12:54 PM
Is this possible now with data source and is there sample how to do it:

schema: {
                        data: "data",
                        total: "count",
                        model: {
                            id: "Id",
                            fields: {
                                Id: { editable: false, nullable: true },
                                Naziv: { validation: { required: true} },
                                Child: [ 
                                                { Id: { editable: false, defaultValue: e.data.Id}}
                                         ]
                            }
                        }
                    },

Thanks.

No answers yet. Maybe you can help?

Tags
Hierarchical Data Source
Asked by
Bojan
Top achievements
Rank 1
Share this question
or