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

RadGrid Column headers static

3 Answers 904 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chandra
Top achievements
Rank 1
Chandra asked on 18 Sep 2012, 05:37 PM
Hi,

Is there any setting's option that I can use to keep a radgrid's column header static, so i can view the header at any time when I scroll down.

Thanks,
Chandra

3 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 18 Sep 2012, 06:28 PM
Hello,

Please try with below code snippet.

<ClientSettings>
               <Scrolling UseStaticHeaders="true" ScrollHeight="100px" />
           </ClientSettings>


Thanks,
Jayesh Goyani
0
Chandra
Top achievements
Rank 1
answered on 18 Sep 2012, 06:46 PM
Hi Jayesh,

I did try that, but that doesn't seem to work in my case beacuse, we hide some coulmns, and make only the user selected columns visible to each specific user based on his/her specific choice. By turning this setting on I do keep the coulmn header static, but all of the column headers show up even though not all of the columns show. Please see the attached screenshot for a better understanding. And if you notice one coulmn has like 3 headers.

Thanks,
Chandra
0
Jayesh Goyani
Top achievements
Rank 2
answered on 18 Sep 2012, 07:03 PM
Tags
Grid
Asked by
Chandra
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Chandra
Top achievements
Rank 1
Share this question
or