.NET news » Search results

Search results for query "gridview" (16):

Exploring Secrets of the .NET DataGridView and Dynamic Data Manipulation

Find out how to use a single DataGridView to display dynamic queries, adjusting columns automatically, and how to format individual cells exactly the way you want users to see them.

DataGridView Multi-column Sort

Out of the box, the DataGridView only allows sorting by a single column. This article presents code that enables users to sort their data in a DataGridView by multiple columns. The DataGridView derived class may be used for any data types that support the IComparable interface (which includes all the basic .NET types).
2007-04-16 16:21:00   Source: DataGridView Multi-column Sort   Tags: Examples GUI

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!)
2007-02-14 18:37:15   Source: 101 Ways to Manipulate the DataGridView Control   Tags: Components

Gain Access To DataGridView Canned Controls

How to gain access to the DataGridViewComboBoxEditingControl's properties, methods and events.
2006-10-05 14:43:00   Source: Gain Access To DataGridView Canned Controls   Tags: Examples VB.NET

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.
2006-09-28 15:36:00   Source: A Filter Dialog for a DataGridView   Tags: Database VB.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.
« Previous12Next »