This question is locked. New answers and comments are not allowed.
Hi,
I am making use of the Telerik MVC grid to display hierarchical data. I have implemented something similar to the demo shown here: http://demos.telerik.com/aspnet-mvc/grid/hierarchyajax.
In the event that the child grid has no data, I would like to hide the expand option. i.e. I would like to remove the link denoted by the following html.
<a class="t-icon t-minus" href="http://demos.telerik.com/aspnet-mvc/grid/hierarchyajax#"/>
Can this be achieved and if so how?
Thanks
I am making use of the Telerik MVC grid to display hierarchical data. I have implemented something similar to the demo shown here: http://demos.telerik.com/aspnet-mvc/grid/hierarchyajax.
In the event that the child grid has no data, I would like to hide the expand option. i.e. I would like to remove the link denoted by the following html.
<a class="t-icon t-minus" href="http://demos.telerik.com/aspnet-mvc/grid/hierarchyajax#"/>
Can this be achieved and if so how?
Thanks