This question is locked. New answers and comments are not allowed.
I have a Telerik MVC3 Grid with Ajax binding.
Gid bind to Entity Collection. Some grid column bind to complex property liek Employee.Address.CityName.
When complext property vlaue is null i.e Address is null, in that case Grid does not show any data. How to handle null complex property vlaue in grid.
Thanks in advace.
RK