
October 6th, 2003, 09:02 PM
|
|
Contributing User
|
|
Join Date: Aug 2003
Posts: 30
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
scrollble datagrid with fixed headers
Hi
I want to create scrollble datagrid with fixed headeres.
I am using div tag like this
<div style="vertical-align top; height: 300px; overflow:auto;">
and set the ShowHeader =False.Above the div tag using table diplaying the headers. everything working fine for one datagrid.
but the problem is my page contains multiple datagrids.If i use separate <div> tag for each datagrid its not displaying properly.
how to use individual div tag for each datagrid? pl advice me
thanks
|