• Print This Page
  • 10Tec iGrid.NET, the simplest unbound grid replacement for .NET DataGrid/DataGridView 10Tec iGrid.NET, the simplest unbound grid replacement for .NET DataGrid/DataGridView In this short article we wish to tell you about a beautiful grid control for the .NET Framework, iGrid.NET (). It appears, it's the easiest and versatile unbound grid you can find on the market. You may also make use of this component as a powerful flexible replacement for the typical .NET affilorama review DataGridView controls on the Windows Forms using any .NET language (C#, VB.NET, MS VC .NET, etc). Populating the grid Well, let's begin to utilize it. iGrid.NET is a cell matrix, and to get it functioning, you simply create the required number of columns and rows and after that put values to iGrid.NET's cells: iGrid1.Rows.Count = 5; iGrid1.Cells[2, 0].Value = "evaluation worth"; iGrid1.Cells[3, 0].Value = 12345; The code above creates a grid with 3 seopressor 5 rows and changes the values in its two cells. Detect how easily it is possible to get each cell through the Cells collection. The Cols and Rows groups are used precisely the same fashion to get iGrid's columns and rows. Additionally notice that we save values of different data types in cells of the exact same column without the added work. Now let us create a more intricate grid: for(int i=0;
  • Recent Activity

  • Recent Reviews

© 2024 CoolerAds, LLC and Kaesu, Inc. All Rights Reserved.
Designated Brands & Trademarks are the property of their respective owners.