I would like to be able to populate some Html on a page after I click a row in a Kendo Grid. I am able to get data from the clicked row but not sure how populate the Html once I get it. I have a demo app that illustrates my problem at https://dojo.telerik.com/@rswetnam/iNATUDOz
As well as that, I was hoping to get assistance in:
- Making an additional call on the change event to get other data associated with the original record select - e.g. customer purchases
- Finding documentation associated with https://demos.telerik.com/kendo-ui/service/Northwind.svc/ e.g. how to make calls to order-details etc.
Thank you.
Roger