This is a migrated thread and some comments may be shown as answers.

[Solved] Remove Header from Grid

1 Answer 125 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Akash
Top achievements
Rank 1
Akash asked on 17 Aug 2011, 12:20 PM
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.

1 Answer, 1 is accepted

Sort by
0
Bill
Top achievements
Rank 1
answered on 01 Dec 2011, 08:44 PM
Tags
Grid
Asked by
Akash
Top achievements
Rank 1
Answers by
Bill
Top achievements
Rank 1
Share this question
or