Hi,
I need your help to declare kendogrid which contains a complex field:Specifically ,i have a relation 1-to-1 between table RapportView and table Delegue.I hope to put the
My data has type as json like this:
I need your help to declare kendogrid which contains a complex field:Specifically ,i have a relation 1-to-1 between table RapportView and table Delegue.I hope to put the
"ID"
and "Gamme"
of table delegue in the same row as rows of RapportView .My data has type as json like this:
i hope that my problem is clear.Thanks for yr help.[{
"Cycle":"2008",
"DateDebut":"\/Date(1202684400000+0100)\/",
"DateFin":"\/Date(1203202800000+0100)\/",
"Delegue":{"Gamme":"BU 1A","ID":13,"Matricule":"033","Nom":"S","Prenom":"Sa","Role":null}
},
{
"Cycle":"2008",
"DateDebut":"\/Date(1203289200000+0100)\/",
"DateFin":"\/Date(1203807600000+0100)\/","Delegue":{"Gamme":"BU 1A","ID":13,"Matricule":"033","Nom":"S","Prenom":"Sa","Role"
:null}
}]
|