Title says it all. I'd like to accomplish what's being done on this page:
http://demos.kendoui.com/web/grid/editing-custom.html
Specifically:
But my column is a ForeignKey column and my child object seems to come back null. Any ideas how I could get this done?
Thank you!
Michael
http://demos.kendoui.com/web/grid/editing-custom.html
Specifically:
columns.Bound(p => p.Employee).ClientTemplate("#=Employee.EmployeeName#");
But my column is a ForeignKey column and my child object seems to come back null. Any ideas how I could get this done?
Thank you!
Michael