Dear Team
I have a application need to read a contract from server, when done with edit, need post back how contract back in one time.
let's say the data structure is :
Contract { contractID : string;
contractDate: date;
contractDetails[] {
contractDetailID: string;
contractQuantity: integer
}
}
now I managed to pull the json data from server by webservice. but I can't bind to contractDetails to KendoGrid.
what I want is holding the instance of this model in memory and bind the main data to textbox or combo, then bind the children(ContactDetails) to Kendo Grid
with obeservable applied, the modified will effect this model in order to post back to server to save.
I know there is a way to use "kendo.bind" to bind to the html tag, but will be lack of convenient and style to use Kendo Grid.And there is a way to add to kendo grid manually. But it will lost the convenient of obeservable method.
Please help me, I am a new to Kendo UI and in evaluating stage.
With best regards
Jason
I have a application need to read a contract from server, when done with edit, need post back how contract back in one time.
let's say the data structure is :
Contract { contractID : string;
contractDate: date;
contractDetails[] {
contractDetailID: string;
contractQuantity: integer
}
}
now I managed to pull the json data from server by webservice. but I can't bind to contractDetails to KendoGrid.
what I want is holding the instance of this model in memory and bind the main data to textbox or combo, then bind the children(ContactDetails) to Kendo Grid
with obeservable applied, the modified will effect this model in order to post back to server to save.
I know there is a way to use "kendo.bind" to bind to the html tag, but will be lack of convenient and style to use Kendo Grid.And there is a way to add to kendo grid manually. But it will lost the convenient of obeservable method.
Please help me, I am a new to Kendo UI and in evaluating stage.
With best regards
Jason