|
|
|
|
|
Total Hits: 12 | Today: 0
|
Author: Joe20033
|
Rating:
|
|

The .NET framework provides quite a rich collection of UI controls and components for WinFroms development. There is one particular control that has been missing. I am talking about color-picker control with drop down color selection capabilities, just like the one used within the Visual Studio .NET property browser for editing Color-typed properties. A color picker control was developed by Palo Mraz and was published in this website. I wanted to use this control in a DataGridView but I couldn’t...
|
|
|
|
Total Hits: 144 | Today: 0
|
Author: FarPoint
|
Rating:
|
|

On the surface, all grids/spreadsheets may look the same. However, like most things, it's the attention to details that separate the average from the best.We have focused on those details and have been building industrial strength grids/spreadsheets for over 10 years - longer than any other component vendor - and we've learned from professional developers like you what features you need and what features your customers expect....
|
|
|
|
Total Hits: 23 | Today: 0
|
Author: Jaijo
|
Rating:
|
|

The Above Java BST Implementation Implements the Basic Binary search Tree operations. In the Java Program, the program listens to a text file and it creates the Binary Search Tree using the input from the Text file and it also implements various operations like searching the key, deleting the key and finally printing the Binary search Tree....
|
|
|
|
Total Hits: 125 | Today: 0
|
Author: Neo Components
|
Rating:
|
|

ActiveX control that adds Data Validation functionality and more to the MS DataGrid Control. DataGridEnhancer makes the DataGrid an ideal Data Entry/Update Grid, and eliminates the 'Multi-Step Operation Generated Error...' for good....
|
|
|
|
Total Hits: 211 | Today: 0
|
Author: digitsy
|
Rating:
|
|

Try our DigitsyGrid web control for Microsoft ASP.NET. You will be amazed how simple, powerful and intelligent it is. It really understands your database query and recreates it on the fly to include native database-side paging and sorting. Only data needed to be displayed on the current page will be selected from the database and transmitted to the web server. No manual coding needed. Did you ever try to display images taking them from a database and putting into a grid control? Unlike Window...
|
|
|
|
Total Hits: 182 | Today: 0
|
|
Rating:
|
|

XtraVerticalGrid is our inverted grid control for Visual Studio® .NET, designed to help you build more efficient and flexible data entry forms for Windows® applications....
|
|
|
|
Total Hits: 290 | Today: 0
|
Author: ComponentOne
|
Rating:
|
|

ComponentOne FlexGrid for .NET is the .NET version of our ActiveX control, VSFlexGrid Pro. We've completely rewritten VSFlexGrid Pro to take advantage of the infrastructure provided by .NET so you can maximize your development productivity. ComponentOne FlexGrid for .NET incorporates the latest in data-binding technology, ADO.NET, to integrate seamlessly with the Microsoft .NET Framework. As a result, you get an easy-to-use, robust grid control to create user-friendly interfaces that display...
|
|
|
|
Total Hits: 235 | Today: 0
|
Author: syncfusion
|
Rating:
|
|

Essential Grid offers Microsoft Excel like grid functionality and high performance grouping support for both flat and hierarchical data sources. It allows extremely detailed customization down to the cell level. Multi-level Undo/Redo, Shared Scrollbar support, Data/View separation, Floating cells, more than 15 cell types and unmatched extensibility are features that are unique to Essential Grid....
|
|
|
|
Total Hits: 106 | Today: 0
|
Author: Infragistics, Inc.
|
Rating:
|
|

The DataTable grid component, with its cutting-edge OLE DB/ADO binding support, continues to be the leading choice for both VB and ASP developers alike. DataTable requires no coding to bind to hierarchical recordsets to produce the industry-standard Microsoft-style user interface for data display. Also included are Currency, Date Edit with drop-down calendar, Mask Edit Numeric and Time Edit components that may be used stand-alone or as in-cell editors for DataTable. Completing this feature-rich ...
|
|
|
|
Total Hits: 225 | Today: 0
|
Author: undergroundstudios
|
Rating:
|
|

RealGrid is a ASP.NET custom scrollable datagrid web server control and more. It behaves exactly like a standard datagrid control, however it scrolls the content of the datagrid based on user defined values. RealGrid allows Headers and Footers to remain stationary while only the data content scrolls. Real Grid includes custom features like auto sort custom icons,user defined headers and footers(including multiple rows and custom height!) and much much more. See the features below for a complete ...
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: amattice
|
Rating:
|
|

Visual Basic's Format function is missing from vbScript. Without Format it can be difficult to yield custom formatted dates. With this new function (FormatDate), your worries are over!...
|
|
|
|
Total Hits: 6 | Today: 0
|
Author: Raghavan Ram Raja
|
Rating:
|
|

After reading many articles on The Code Project, I realized that it's my time to contribute. Few months ago, I came across a requirement for cells in a DataGridView control to blink when the cell value changed. The code presented here can be applied to any other grid. The blinking of the grid cell is achieved in the following manner. When we update the value of a cell, we also change the background color of that cell to a blink color. To restore the cell background color to its original value, w...
|
|
|
|
Total Hits: 11 | Today: 0
|
Author: Nancy Michell
|
Rating:
|
|

After receiving a late-breaking news bulletin at magazine headquarters early this month stating that the Web is just a fad that will never amount to anything, we have reluctantly decided to retire our venerable Web Q&A column and replace it with one we like to call Dev Q&A. Seriously, Web programming has grown far beyond HTML-formatted text to encompass just about any kind of programming you can imagine. Limiting the scope of this column to Web-only questions seems a little superficial. Dev Q&A ...
|
|
|
|
Total Hits: 5 | Today: 0
|
Author: BlaiseBraye
|
Rating:
|
|

One month ago, I was reading a good article from Salan Al-Ani at the above adress http://www.codeproject.com/KB/printing/datagridviewprinter.aspx This class has good points, the author had understood how to print a gridview and gives in its article a first idea about it. With its solution, I found several problems: * It first prints each rows with first viewable columns and then make the job again with next viewable columns,... I wanted to print it with an other order, I mean: pr...
|
|
|
|
Total Hits: 4 | Today: 0
|
Author: Jani Giannoudis
|
Rating:
|
|

Using a ListViewLayoutManager allows controlling the behavior of the column layout of ListView/GridView controls: * Fixed Column: Column with fixed column width * Proportional Column: Column with proportional column width * Range Column: Column with minimal and/or maximal column width As known from HTML tables or the Grid control, the Proportional Column determines the column widths on a percentage basis. The following factors determine the width of a proportional column:
|
|
|
|
Total Hits: 9 | Today: 0
|
Author: Dino Esposito
|
Rating:
|
|

In the August 2003 installment of Cutting Edge, I discussed how to extend the ASP.NET DataGrid server control to use a multi-table data container such as a DataSet object as its data source. If the DataSet contains pairs of interrelated tables, the control adds a dynamically created button column whenever the displayed table is the parent of one of these relations. When the column button is clicked, a child DataGrid is displayed, listing the child rows of the selected record according to the rel...
|
|
|
|
Total Hits: 9 | Today: 0
|
Author: Kristy Saunders
|
Rating:
|
|

One of the most enduring challenges in writing user interfaces is figuring out how to display large amounts of data efficiently and intuitively without bewildering the user. The problem becomes particularly thorny when the interface must reflect hierarchical relationships within the data that the user needs to modify. The Windows Forms DataGrid control gives developers a powerful and flexible tool to meet this challenge. This article explains its basic operations and shows how to extend the Data...
|
|
|
|
Total Hits: 6 | Today: 0
|
Author: Dino Esposito
|
Rating:
|
|

Welcome to my100th consecutive installment of Cutting Edge. I've been writing this column since January 1998 in Microsoft Internet Developer. Looking back over the past eight years, I realize that I've touched on almost every subject in the Windows® SDK and the Microsoft® .NET Framework. In all that time, one topic has really stood out and kept you coming back for more: the DataGrid. So to celebrate my 100th column, I'm going to talk about the successor of the ASP.NET DataGrid control—the GridVi...
|
|
|
|
Total Hits: 43 | Today: 0
|
Author: babbar
|
Rating:
|
|

While building a web project, we may often come across the situation of displaying records or other types of data. We can do it in the best way by using DataGrid/GridView. It's very simple and requires only a knowledge of C#, of web application building and of SQL 2005. "A picture is worth 1000 words!!" so I have explained a lot of things using pictures. I hope you will find it really easy....
|
|
|
|
Total Hits: 15 | Today: 0
|
Author: DLM@bypsoft
|
Rating:
|
|

It is very common to have a list of items in DataGridView with a check box in the first column where your later action will depend on user selection. This can be very easily done by having a first column defined as DataGridViewCheckBoxCell object. But, how can your customer select all items in the list (let's say you are working on an email client app and the user wants to delete all of his 100 spams). This was the main idea to generate a class which will have a check box item in the header wher...
|
|
|
|
|
|