Kendo Grid hierarchy passing ID from master grid
I have a Kendo Hierarchial Grid where the master grid contains the Client details and the sub grid contains the Point of Contacts . I am able to pass the Client ID from the master grid into the sub grid Read action and the data is loading fine. However, the issue comes while passing the Client ID into a Add New Point of Contact button in the sub grid. If I hard-code the value the Controller method runs fine. However, it is unable to pick the reference Client ID . The sub grid is as follows: <script id="template" type="text/kendo-tmpl"> @(Html.Kendo().Grid<Track24.Billing.Web.Models