I am using a Grid that is contained within a partial view. This grid uses a ClientDetailTemplate
when the grid is used in one instance, the ClientDetailTemplate is appropriate. However, in another instance it is not. Is there a way that I can programatically remove the ClientDetailTemplate when used within a partial view. I'm thinking that perhaps I can execute some startup javascript but I'm not sure what code to write.
Thanks.
.ClientDetailTemplateId("plan_client_template")
when the grid is used in one instance, the ClientDetailTemplate is appropriate. However, in another instance it is not. Is there a way that I can programatically remove the ClientDetailTemplate when used within a partial view. I'm thinking that perhaps I can execute some startup javascript but I'm not sure what code to write.
Thanks.