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

Freeze CommandItemTemplate row

2 Answers 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ruth Dahan
Top achievements
Rank 1
Ruth Dahan asked on 14 Mar 2009, 06:04 PM
Hi,
I would like to freeze the commandItemTemplate row to be always on top and won't disappear while scrolling.
Can anyone advice how to to that?


Thanks,
Ruth.

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 16 Mar 2009, 04:18 AM
Hi,

Try setting the UseStaticHeaders property to true as shown below.

ASPX:
   <ClientSettings> 
         <Scrolling AllowScroll="true"  UseStaticHeaders="true" /> 
       </ClientSettings> 


Thanks
Shinu.



0
Ruth Dahan
Top achievements
Rank 1
answered on 16 Mar 2009, 03:17 PM
Thanks! it is working :-)
I already set those properties. the problem was with a css that opened scroll bar over all grid and make the headers and command Item button disappear...

Thanks a-lot!
Ruth.

Tags
Grid
Asked by
Ruth Dahan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ruth Dahan
Top achievements
Rank 1
Share this question
or