I am using kendo hierarchical grid. Both parent and child grid rows are editable. ( Sample : http://jsfiddle.net/hAsE3/2/ )
Here with I have list out some requirement and issues.
1. How to access parent (master grid) row details from detail grid column.
E.g: To get primary key value of the master grid row from child row.
2. Not able add new record in a Child grid when apply filter as,
filter: [{
"logic": "or",
"filters": [{
field: "EmployeeID",
operator: "eq",
value: e.data.EmployeeID
}]
}]
3. How to get the child grid datasource from Hierarchical grid.
Thanks and Regards,
Thirumurthi
Here with I have list out some requirement and issues.
1. How to access parent (master grid) row details from detail grid column.
E.g: To get primary key value of the master grid row from child row.
2. Not able add new record in a Child grid when apply filter as,
filter: [{
"logic": "or",
"filters": [{
field: "EmployeeID",
operator: "eq",
value: e.data.EmployeeID
}]
}]
3. How to get the child grid datasource from Hierarchical grid.
Thanks and Regards,
Thirumurthi