Headers in a Scrollable Datagrid
1.I use scrollable Datagrid in asp.net by using <Div style="Overflow:auto;width=100%;height=200px"> .... </Div>
2. My Datagrid scrolls both horizontally as well as vertically.
3. Whereas I am able to create independent headers for vertically scrolling datagrid in which the headers remain fixed,
HOW CAN I HAVE HEADERS WHICH WILL SCROLL WITH A HORIZONTALLY SCROLLING DATAGRID?
Kindly advice.
Regards,
Dilip Nagle
|