i am using asp .net datagrid in my web page to display some data and that data is bound to the datagrid at runtime. the number of columns to bind also determined dynamically at runtime.
the grid contains many rows more than 2000. so when i scroll down to see the bottom rows, the header is not visible as it also scrolls. how can i avoid header static
help me
thanks
the grid contains many rows more than 2000. so when i scroll down to see the bottom rows, the header is not visible as it also scrolls. how can i avoid header static
help me
thanks
Comment