This question is locked. New answers and comments are not allowed.
Hello fellows Telerikers,
I would like to render each cell (no matter which type it is) in Grid with additional info.
I thought natural way to be to add this logic to ~\Views\Shared\DisplayTemplates\Object.ascx
I tried it, and seems that grid is not using Object.ascx for rendering Display views (but it does use other templates from DisplayTemplates).
Is there any way I could specify that grid should use Object.ascx?
Or maybe i could create similar file (lets say GridObject.cshtml), that would be start point for rendering all cells.
p.s. I'm using server side binding.
I would like to render each cell (no matter which type it is) in Grid with additional info.
I thought natural way to be to add this logic to ~\Views\Shared\DisplayTemplates\Object.ascx
I tried it, and seems that grid is not using Object.ascx for rendering Display views (but it does use other templates from DisplayTemplates).
Is there any way I could specify that grid should use Object.ascx?
Or maybe i could create similar file (lets say GridObject.cshtml), that would be start point for rendering all cells.
p.s. I'm using server side binding.