Gridview control with scrollbar
-
Could any one give me some idea on how to give the scrolling for a gridview or Datagrid control in ASP.NET? Thanks in Advance, Pothirajan C
-
Could any one give me some idea on how to give the scrolling for a gridview or Datagrid control in ASP.NET? Thanks in Advance, Pothirajan C
Hi, U can use
tag to displaying scrollable data grid.I think the below code solve ur problem.
Hope ur problem will be solve. Jitendra Patel (CE)
-
Hi, U can use
tag to displaying scrollable data grid.I think the below code solve ur problem.
Hope ur problem will be solve. Jitendra Patel (CE)
-
Could any one give me some idea on how to give the scrolling for a gridview or Datagrid control in ASP.NET? Thanks in Advance, Pothirajan C
Hi there, Take a look at the article Creating a Scrollable Datagrid with a Fixed Header[^] You can also find a ton of datagrid examples from the site http://www.datagridgirl.com/articles.aspx[^]
-
Hi Jitendra, Thanks a lot. Now I need one more thing from u i.e, I want my column header to be displayed statically when I am scrolling down in the data grid. Please let me know how to do that. Expecting reply from u. Thanks in Advance, Pothirajan C
Hi, Friend thanks for using my code. If u want to use static header then u have to use another
. The code is as below. This is the most usable code from my side. Apply style as per ur requirement. Adjust heading exactly above datagrid's heading. Hope u will be satisfy with this code.
ProductName
QuantityPerUnit
UnitPrice
UnitsInStock
Bye. Jitendra J. A. Patel
-
Hi, Friend thanks for using my code. If u want to use static header then u have to use another
. The code is as below. This is the most usable code from my side. Apply style as per ur requirement. Adjust heading exactly above datagrid's heading. Hope u will be satisfy with this code.
ProductName
QuantityPerUnit
UnitPrice
UnitsInStock
Bye. Jitendra J. A. Patel