All examples of subgrid show use of anohter call to obtain subgrid data.
What id like to accomplish is for the subgrid to display records nested within the current record. Example (ill use json) of Orders containing LineItems where 'main grid' contains the OrderId, & Date and subgrid contains LineItems detail of its Order:
“rows”:
{“OrderId”:1,”Date”:”01-01-2010″,”LineItems”:[
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top