|
Free Newsletter
Your e-mail:
Enter your address
Invalid e-mail address
|
Extra Samples for iGrid.NET
This page contains additional samples for iGrid.NET not included in the main demo. They demonstrate some ideas how you can use iGrid.NET in your apps. We are adding new samples to this section as they are created according to the requests of our customers.
Hyperlink Cell Manager |
Published: 05-Nov-2008 |
|
 (Click to Enlarge)
|
|
If you need cells which act as clickable links, just attach this class to your grid. No other modifications required.
Available editions:
» iGrid.NET 2.5, VS2005 C#/VB.NET |
|
 |
|
|
Subtotal Manager with Export to MS Excel |
Published: 04-Nov-2008 |
|
 (Click to Enlarge)
|
|
The export functionality from this sample can be used as a basis for your code if you need to export the contents of iGrid.NET into MS Excel.
Available editions:
» iGrid.NET 2.5, VS2005 C#/VB.NET |
|
 |
|
|
TextBox Custom Editing |
Published: 04-Nov-2008 |
|
 (Click to Enlarge)
|
|
If you need your own functionality while editing the iGrid cells, use custom controls for that. See how to use this idea with a file system auto-complete textbox.
Available editions:
» iGrid.NET 2.5, VS2005 C#/VB.NET |
|
 |
|
|
Group Row Count Manager |
Published: 31-Oct-2008 |
|
 (Click to Enlarge)
|
|
A basic idea exploited in this sample demonstrates how to modify the contents of automatically created group rows by adding row counters to the default contents.
Available editions:
» iGrid.NET 2.5, VS2005 C#/VB.NET |
|
 |
|
|
Smart Tree Creation |
Published: 27-Oct-2008 |
|
 (Click to Enlarge)
|
|
iGrid.NET allows you to create trees, and here you will find some methods which can simplify your work in this field a lot.
Available editions:
» iGrid.NET 2.5, VS2005 C#/VB.NET |
|
 |
|
|
Group Row Sum Manager |
Published: 19-Sep-2008 |
|
 (Click to Enlarge)
|
|
An easy-to-use class you can use to display total values in group rows.
Available editions:
» iGrid.NET 2.5, VS2005 C#/VB.NET |
|
 |
|
|
Rich Text Cells |
Updated 19-Sep-2008 |
|
 (Click to Enlarge)
|
|
In this example you can see how to display rich formatted text in iGrid.NET cells and how to edit these cells with a RichTextBox control.
Available editions:
» iGrid.NET 1.7, VS2005 C#/VB.NET »
iGrid.NET 2.5, VS2005 C#/VB.NET |
|
 |
|
|
Multi-Column Drop-Down List |
Updated 20-Feb-2008 |
|
 (Click to Enlarge)
|
|
A ready-to-use class from this sample can be used to implement a fully customizable multi-column resizable drop-down list for the combo cells in your grids. Now with the RightToLeft and Font inheritance support!
Available editions:
» iGrid.NET 1.7, VS2003 C#/VB.NET »
iGrid.NET 2.0, VS2005 C#/VB.NET |
|
 |
|
|
Progress Bar Cells |
Published: 15-Feb-2008 |
|
 (Click to Enlarge)
|
|
This sample demonstrates how to turn your cells with numeric values into a progress bar indicator.
Available editions:
» iGrid.NET 2.0, VS2005 C#/VB.NET |
|
 |
|
|
Rating Stars Unlimited |
Published: 15-Feb-2008 |
|
 (Click to Enlarge)
|
|
Demonstrates how to display the unlimited number of rating stars or other images in the iGrid.NET cells.
Available editions:
» iGrid.NET 2.0, VS2005 C#/VB.NET |
|
 |
|
|
Row Resize Manager |
Published: 08-Dec-2006 |
|
 (Click to Enlarge)
|
|
This sample provides you with a class (manager) which allows you to add an ability to resize rows in your grid through visual interface.
Available editions:
» iGrid.NET 1.6, VS2003 C#/VB.NET |
|
 |
|
|
Subtotal Manager |
Published: 08-Dec-2006 |
|
 (Click to Enlarge)
|
|
In this sample you'll find a class (manager) which allows you to automatically create subtotals for several columns in iGrid.NET.
Available editions:
» iGrid.NET 1.6, VS2003 C#/VB.NET |
|
 |
|
|
Cell Text Editor Key Handling |
Published: 01-Aug-2006 |
|
 (Click to Enlarge)
|
|
In this example we handle the Up and Down keys while a cell in iGrid.NET is being edited and move the current cell up or down respectively.
Available editions:
» iGrid.NET 1.6, VS2003 C#/VB.NET |
|
 |
|
|
Cell Tool Tip in Custom Window |
Updated 01-Aug-2006 |
|
 (Click to Enlarge)
|
|
This example gives you an idea of how to display a tooltip window at the required custom location if the cell’s text is not entirely visible
Available editions:
» iGrid.NET 1.6, VS2003 C#/VB.NET |
|
 |
|
|
Drag-n-Drop |
Published: 01-Aug-2006 |
|
 (Click to Enlarge)
|
|
This example shows you how to implement drag and drop functionality to enable interaction between two iGrid.NET controls.
Available editions:
» iGrid.NET 1.6, VS2003 C#/VB.NET |
|
 |
|
|
Excel Copy Paste |
Published: 01-Aug-2006 |
|
 (Click to Enlarge)
|
|
In this example you can see how to implement copy/paste functionality in iGrid.NET by using the Excel clipboard format.
Available editions:
» iGrid.NET 1.6, VS2003 C#/VB.NET |
|
 |
|
|
Rating Stars |
Published: 01-Aug-2006 |
|
 (Click to Enlarge)
|
|
This sample demonstrates how to display rating stars from a predefined range in the iGrid.NET cells.
Available editions:
» iGrid.NET 1.6, VS2003 C#/VB.NET |
|
 |
|
|
Adding Rows in Background Thread |
Published: 19-Jul-2006 |
|
 (Click to Enlarge)
|
|
When adding a new row to iGrid.NET, it cancels all the operations related to the mouse (column resizing, moving etc). This example shows how you can add rows in a background thread and at the same time resize or move a column.
Available editions:
» iGrid.NET 2.0, VS2005 C#/VB.NET |
|
 |
|
|
Booking Table |
Published: 19-Jul-2006 |
|
 (Click to Enlarge)
|
|
This project shows how you can customize the column header (add new rows, show text vertically, colorize) and cells by the example of a booking table.
Available editions:
» iGrid.NET 1.6, VS2003 C#/VB.NET |
|
 |
|
|
Cell Popup Menu |
Published: 19-Jul-2006 |
|
 (Click to Enlarge)
|
|
Demonstrates how to show a popup menu in a cell.
Available editions:
» iGrid.NET 1.6, VS2003 C#/VB.NET |
|
 |
|
|
Centered Row |
Published: 19-Jul-2006 |
|
 (Click to Enlarge)
|
|
In this example you can see how to work with the iGrid.NET scroll bar's value. We demonstrate what value should be to assign to it to show the required row in a particular position on the screen.
Available editions:
» iGrid.NET 1.6, VS2003 C#/VB.NET |
|
 |
|
|
Push Button Cells |
Published: 19-Jul-2006 |
|
 (Click to Enlarge)
|
|
This example demonstrates how you can implement push button cells with iGrid.NET.
Available editions:
» iGrid.NET 2.0, VS2005 C#/VB.NET |
|
 |
|
|
|
|