This question is locked. New answers and comments are not allowed.
Hi,
I am stuck into a problem and need some advise.
In my project I have a view in which I have a nested grid , now I want to remove the header of my parent grid for doing so I write the following code in the view.
<style>
#TelerikGrid table thead
{
display: none;
}
</style>
do so not only removes the header of parent grid but also removes the header from chid grid which is not required. Can some one have any solution for such condition.
I am stuck into a problem and need some advise.
In my project I have a view in which I have a nested grid , now I want to remove the header of my parent grid for doing so I write the following code in the view.
<style>
#TelerikGrid table thead
{
display: none;
}
</style>
do so not only removes the header of parent grid but also removes the header from chid grid which is not required. Can some one have any solution for such condition.