.NET news » Search results
Search results for query "grid view" (37):
101 Ways to Manipulate the DataGridView Control
The DataGridView control, new in Windows Forms 2.0, is so versatile and powerful that beginners can easily be overwhelmed by the options. Here's an at-your-fingertips reference to some of the most common and useful things you can do with it. (OK there aren't really 101 ways but there are a lot!)
DataGridView vs. DataGrid
The DataGridView Windows Forms control is a new .NET control introduced in MS Visual Studio .NET 2005 that is a good alternative to the VS .NET 1.x DataGrid control.
Within the DataGridView .NET 2.x control the data table presentation features became much easier to implement in .NET Windows application. The most attractive features of the new control are:
- It allows for the mix both data bound and unbound, virtual columns in the GridView.
- It has a special virtual mode allowing for the display of more than 100.000 rows without a huge performance hit.
- Individual columns, rows, cells or an entire data source can easily be styled.
Master/Detail Using a Selectable Master GridView with a Details DetailView
The fiinal tutorial on master/detail reports. We'll look at how to display a list of products in a GridView where each row has a Select button. Clicking the Select button will display that product's details in a DetailsView control on the same page.
2007-02-08 14:10:10 Source: Master/Detail Using a Selectable Master GridView with a...
Tags: ASP.NET
Gain Access To DataGridView Canned Controls
How to gain access to the DataGridViewComboBoxEditingControl's properties, methods and events.
A Filter Dialog for a DataGridView
This is a dialog window that allows filtering a datagridview. It can build filters with any depth of parentheses.
Some Tips and Tricks for using an ObjectDataSource with a Gridview
This article uses a generic collection as the data source for the Gridview. Some code is requried to get the sorting to work. There is an examples of using the pager template along with a simple Gridview printer.
2006-07-04 20:45:00 Source: Some Tips and Tricks for using an ObjectDataSource with a...
Tags: ASP.NET
A component that prints any Control, including ListViews, TreeViews, DataGridViews, Forms, etc...
The ultimate printing component. Use it to print ListBoxes, ListViews, TreeViews, DataGridViews, Forms, TabPages, or even your own UserControls.
2006-06-12 19:16:00 Source: A component that prints any Control, including ListViews,...
Tags: Components
Graphics


Syndicate