Hi All,
I'm currently trying to make a simple form using the ASP.NET Grid control and I am running into an issue. When I try to use CRUD with the Entity Framework, all the fields that are not relationships to other tables work great, but fields that are relationships don't show up at all. A great example is the Telerik example:
http://demos.telerik.com/aspnet-ajax/grid/examples/databinding/net35datasourcecontrols/defaultcs.aspx
In the second grid, the one that is bound to an Entity, you see that category shows up as an ID. I don't even get this much in my app. I see all the fields except for the Category field. Ideally it would show the name of the category, and then when you do any CRUD operations, it would show the field as a ComboBox.
Is this something that is even possible with the Telerik controls?
Thanks!
I'm currently trying to make a simple form using the ASP.NET Grid control and I am running into an issue. When I try to use CRUD with the Entity Framework, all the fields that are not relationships to other tables work great, but fields that are relationships don't show up at all. A great example is the Telerik example:
http://demos.telerik.com/aspnet-ajax/grid/examples/databinding/net35datasourcecontrols/defaultcs.aspx
In the second grid, the one that is bound to an Entity, you see that category shows up as an ID. I don't even get this much in my app. I see all the fields except for the Category field. Ideally it would show the name of the category, and then when you do any CRUD operations, it would show the field as a ComboBox.
Is this something that is even possible with the Telerik controls?
Thanks!