This question is locked. New answers and comments are not allowed.
Hi.
I am taking experiment on telerik mvc grid.
I have the folowing relation:
ClientSet 1-> * PropertySet
When I try to show IEnumerable<PropertySet> on grid I got the infamous circular reference.
I have tryied some ways to get free of it but until now no good success.
One that I was liking a little bit was using automapper. Somehow it was looking good but after first get grid got broken.. also with Edit ajax popup I would like to go to on my real model and not listing one.
It brings me to an unfortunate experience with grid.
Would it be possible to get a simple example on how to set telerik grid with a relation 1 -> * with all features enabled without fake models?
Thanks.
I am taking experiment on telerik mvc grid.
I have the folowing relation:
ClientSet 1-> * PropertySet
When I try to show IEnumerable<PropertySet> on grid I got the infamous circular reference.
I have tryied some ways to get free of it but until now no good success.
One that I was liking a little bit was using automapper. Somehow it was looking good but after first get grid got broken.. also with Edit ajax popup I would like to go to on my real model and not listing one.
It brings me to an unfortunate experience with grid.
Would it be possible to get a simple example on how to set telerik grid with a relation 1 -> * with all features enabled without fake models?
Thanks.