Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using Visual Studio 2005.
A gridview is having 96 fields/columns retrieving data from an xml file.I need to gridlevel horizontal scrolling from 3 rd column keeping first two columns freeze .While scrolling horizontally (e.g. left to right), The column header have to move horizontally.
Kindly guide me for the same.
XML
<Performance>
     <Departments>
            <Heading>FS</Heading>
            <Title></Title>
            <S0015>1</S0015>
            <S0020>2</S0020>
            <S0025>5</S0025>
            <S0030>5</S0030>
            <S0035>6</S0035>
            .....................
            .....................
     </Departments>
     <Departments>
            <Heading>BS</Heading>
            <Title>ABC</Title>
            <S0015>0</S0015>
            <S0020>3</S0020>
            <S0025>5</S0025>
            <S0030>1</S0030>
            <S0035>3</S0035>
            .....................
            .....................
       </Departments>
</Performance>

Keeping Heading and Title column freeze and doing gridlevel horizontal scrolling for the rest.
Posted
Updated 17-Jan-11 20:35pm
v4

1 solution

THIS[^] Tip is only for you.
 
Share this answer
 
Comments
Manfred Rudolf Bihy 19-Jan-11 16:16pm    
My fingers hurt! 5+

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900