.NET news » Search results

Search results for query "datagridview" (10):

Another DataGridView Printer

DataGridView printing encapsulated in a stand-alone object. Very easy to use! Updated to allow printing columns wider than one page.
2010-11-09 15:22:00   Source: Another DataGridView Printer   Tags: Components

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.

i00 BindingList with DataGridView

Simple to use BindingList and DataGridView that supports advanced LINQ filtering!
2012-07-17 07:46:00   Source: i00 BindingList with DataGridView   Tags: Components

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   Tags: Components

A BLOB on a DataGridView column (with Command Button column, XML, and layering)

This is a working example of a BLOB column on a DataGridView for a Windows Form using C++/CLI where data is drawn from an XML document.
2011-08-17 12:59:00   Source: A BLOB on a DataGridView column...   Tags: Examples

Step by Step Creating UserControl : DataGridView With Paging

This is UserControl of DataGridView with Paging for Windows Form

Show Hide Image in DataGridView Cell

This post discusses how to show hide image in DataGridView cell
2011-05-27 09:18:00   Source: Show Hide Image in DataGridView Cell   Tags: Components

How to Create ProgressBar Column in DataGridView

An article on how to create a ProgressBar Column in DataGridView

C++ DateTimePicker in DataGridView

C++ DateTimePicker in DataGridView
2010-10-15 09:36:00   Source: C++ DateTimePicker in DataGridView   Tags: Components

Concurrent model in ADO.NET, ways those allow to negotiate disconnected model restrictions

The most popular instrument to access database data for .NET applications is ADO.NET. This set of components contains three main classes those are used to manipulate and store data: DataReader, DataSet and DataAdapter. DataReader is only able to read data and can't work as data source for data-aware components like DataGridView; DataSet provides all interfaces to be a data source but disconnected model considers some restrictions that can become important for some kind of applications, especially for desktop programs that work under multiuser concurrent environment and change database data actively. Below we consider main restrictions and popular ways to solve them; non standard solutions are considered also.
2006-12-06 06:25:09   Source: Concurrent model in ADO.NET, ways those allow to...   Tags: Database
1