Ever wanted to play with such a miraculous gridview that provides you with your own context menu listing various items? Additionally, ever needed single click or double click event for each row of a gridview? It is no more dream only. It is not only possible but also present at your service. Yeah, a custom gridview that can do a number of tasks for you !
1.Single Row Click
2.Double Row Click
3.ContextMenu row-based
4.Ascending/Descending sorting image in the Header elements
5.Fix GridView height when the number of rows <>
6.Built-in Filter Textbox7.Built-in Checkbox per row and per whole GridView
Thanks to the hard-working team from aspalliance.com. They have provided such a rich gridview.
You have better go to the page and explore all by youself. You can find it here: http://aspalliance.com/articleViewer.aspx?aId=946&pId=-1
Thursday, July 31, 2008
ASP.NET Custom GridView with row based contextmenu, single click, double click enabled
Labels:
ASP.NET,
ASP.NET GridView
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Most of the times programmers fill the DataTable from database. This action fills the schema of the database table into the DataTable . We ...
-
I have found much tricks in different tutorials and forums on opening new window in asp.net web page, using JavaScript, jquery etc. Here I h...
-
The asp.net Eval() and Bind() expressions are heavily used in asp.net GridView and DetailsView data bound controls. The difference between ...
-
I have oracle database installed in my computer. My Operating system is XP. I wrote an application in asp.net. It connected to oracle databa...
-
Last time I got the following error: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related ...
-
Last time we talked about Refreshing the parent page from child window in asp.net using javascript . This technique is useful in many scenar...
-
We do have a folder (and a number of sub folders) with a number of various files in those folders (and sub folders). Now we do need to list ...
-
In this post, I am explaining the button click functionality on key press in a textbox. I am using javascript to link the input textbox and ...
-
Much often we open child windows from parent web page . In the child page we perform some activities, and later close the window. At the ver...
-
The default behaviour of asp.net gridview is that it hides both Gridview header and footer when no data is present. You can note the absence...
0 comments:
Post a Comment
Hope you liked this post. You can leave your message or you can put your valuable suggestions on this post here. Thanks for the sharing and cooperation!