scroll bar for gridview
-
i have a gridview using edittemplate i put it in a panel and use scroll bars. It doesnot work my gridview is hide when i put it in gridview, i also bring it in front but still hide. help plz
-
i have a gridview using edittemplate i put it in a panel and use scroll bars. It doesnot work my gridview is hide when i put it in gridview, i also bring it in front but still hide. help plz
Put your gridview inside div and set the overflow property of the div, also set height and width properties of the div. HTH
Coding C# ExciteTemplate
-
i have a gridview using edittemplate i put it in a panel and use scroll bars. It doesnot work my gridview is hide when i put it in gridview, i also bring it in front but still hide. help plz
You need to use
overflow:scroll
to the container that holds the grid. :thumbsup:Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
Put your gridview inside div and set the overflow property of the div, also set height and width properties of the div. HTH
Coding C# ExciteTemplate
how i set overflow property in div?
-
i have a gridview using edittemplate i put it in a panel and use scroll bars. It doesnot work my gridview is hide when i put it in gridview, i also bring it in front but still hide. help plz
This article may help your for your further development of gridview. Maintain GridView Scroll Position and Header Inside Update Panel[^] This is just for your reference :)
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.