| A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 1 |
| The Code Project |
| The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid |
|
| A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 4 |
| The Code Project |
| The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid |
|
| Article 2 - Dynamic creation of database |
| The Code Project |
| Display data using Dataset and Data Grid control after the database is created |
|
| Changing the background color of cells in a DataGrid |
| The Code Project |
| In this article I want to show how you can change the background color of a specific cells in a datagrid. .To do this you first have to create class derived from DataGridTextBoxColumn or DataGridColumnStyle. You then have to override the Paint() method of these classes. Note that this method has three overloaded versions. |
|
| ComboBox in DataGrid |
| The Code Project |
| How to embed ComboBox (DropDown list) in a DataGrid |
|
| Creating a custom DataGridColumnStyle in C# |
| C#Today |
| The .NET framework provides many unique controls like the DataGrid, which is a data bound list control that displays the items from a data source in a table. The DataGrid is the most powerful and flexible control in the .NET toolbox. In this article, Chad DePue takes a look at one aspect of the DataGrids flexibility, by creating a custom column. The DataGrid provides two types of columns for free, the DataGridTextBoxColumn and the DataGridBoolColumn, but there are many types of data that wont fit into either of these two column types. In the example given, we want to search a directory for icon (.ICO) files and display each icon as a row in the DataGrid. Neither of the existing column styles will do this for us, so we create our own. |
|
| Data Binding Between Controls in Windows Forms |
| MSDN |
| Data binding is a very powerful feature of most applications, and Windows® Forms and Web Forms applications are clearly no exception. Data binding is the process of retrieving data from a source and dynamically associating it with a property of a visual element. Depending on the context in which the element will be displayed, you can map the element to an HTML tag, a Microsoft® .NET Web control, or a Windows Forms control. |
|
| DataGrids, Forms and Delegates. |
| The Code Project |
| This article describes using a Delegate to pass data from a DataGrid in one form, to set of controls in another form. |
|
| How to access properties of the active cell in the DataGrid control by using Visual C++ .NET |
| Microsoft Support |
| (816193) - This step-by-step article describes how to obtain a reference to the active cell in the DataGrid control. This article also describes how to access different properties of the active cell in the DataGrid control. The active cell is the cell that has... |
|
| How to sum the fields in a Windows Forms DataGrid control and display the calculated totals in a footer by using Visual C# .NET |
| http://www.kbalertz.com/ |
| (842290) - Explains how to calculate the sums of the values in the columns of a Windows Forms DataGrid control and display these sums in a footer. Requires knowledge of Visual C# .NET. |
|
| How to sum the fields in a Windows Forms DataGrid control and display the calculated totals in a footer by using Visual C# .NET |
| http://www.kbalertz.com/ |
| (842290) - Explains how to calculate the sums of the values in the columns of a Windows Forms DataGrid control and display these sums in a footer. Requires knowledge of Visual C# .NET. |
|
| How to sum the fields in a Windows Forms DataGrid control and then display the calculated totals in a footer by using Visual Basic .NET |
| http://www.kbalertz.com/ |
| (836672) - Explains how to calculate the sums of the values in the columns of a Windows Forms DataGrid control and display these sums in a footer. Requires knowledge of Visual Basic .NET. |
|
| HOW TO: Extend the Windows Form DataGridTextBoxColumn Control to Custom-Format Data (Q318581) |
| Microsoft Support |
| This step-by-step article describes how to extend the Windows Form DataGridTextBoxColumn control so that you can custom-format your data for display and editing in a Windows Form DataGrid. |
|
| HOW TO: Extend the Windows Form DataGridTextBoxColumn Control to Custom-Format Data (Q318581) |
| http://www.kbalertz.com/ |
| This step-by-step article describes how to extend the Windows Form DataGridTextBoxColumn control so that you can custom-format your data for display and editing in a Windows Form DataGrid. |
|
| HOW TO: Hide a Column in a Windows Form DataGrid |
| Microsoft Support |
| (317951) - This step-by-step article describes how to hide a column programatically in a Windows Form DataGrid by manipulating the properties of the DataGrid object. Requirements The following list outlines the recommended hardware, software, network... |
|
| HOW TO: Hide a Column in a Windows Form DataGrid |
| http://www.kbalertz.com/ |
| (317951) - This step-by-step article describes how to hide a column programatically in a Windows Form DataGrid by manipulating the properties of the DataGrid object. Requirements The following list outlines the recommended hardware, software, network... |
|
| Implementing dialog box in ASP .NET based web application |
| DotNetJunkies |
| The standard WinForm DataGrid control that is included with the .NET Framework does not inheritantly expose a method for printing its contents. Undoubtedly, there are several third party vendors that offer DataGrid components which include such support. However, this article will demonstrate that with relatively little code you can implement basic print functionality in a WinForm DataGrid. |
|
| Report Builder |
| The Code Project |
| Article on a simple report builder |
|
| System.Windows.Forms.DataGrid Control Sample |
| GotDotNet |
| Demonstration of using the System.Windows.Forms.DataGrid control with WinForms. |
|
| What's that "Windows Form Designer generated code" anyway? |
| The Code Project |
| Taking a closer look at the code generated by the Windows Forms Designer and understanding some of the important implications. |
|