10Tec iGrid.NET 2.50.0021
- format each cell independently as well as the whole column at once,
- create a message preview like in MS Outlook,
- build tree-like interfaces,
- freeze rows and columns,
- design multi-row headers with merged header cells,
- make scroll bars semi-transparent,
- add custom buttons to scroll bars,
- display custom drop-down controls,
- edit multi-row text,
- save and restore column layout,
- dynamically adjust contents of group rows,
- and do a lot of other things.
iGrid.NET fully supports right-to-left mode (for such languages as Hebrew or Arabic). To put iGrid.NET in this mode, it is enough to set its RightToLeft property to True.
The vast majority of iGrid.NET`s settings can be done in design-time - you can populate and format the entire grid practically the way you need in Visual Studio IDE before you compile and launch your project.
Simple access to the cells, columns, rows, and header cells makes iGrid.NET nice to work with. You can use for-each statement to enumerate all the cells, rows, columns. Also you can enumerate the cells of a row or column. The string keys make it easier to access quickly any required row, column, or cell. If you need to format an individual cell, you can define a cell style object with required formatting and apply it to this cell. But there is a simpler way when you format a cell through its properties:
iGrid1.Cells[1, 2].BackColor = Color.Magenta;
iGrid1.Cells[1, 2].ForeColor = Color.White;
iGrid1.Cells[1, 2].Font = new Font("Tahoma", 8, FontStyle.Bold);
...NET assembly from RustemSoft...is a DataGrid Columns software package...NET developers. The assembly...allows you to use all strengths...MS ASP .NET DataGrid server control without...The ASP .NET DataGrid control gives developers...and flexible tool to meet this challenge....do not need to look for some...
...DataGrid Columns .NET assembly...is DataGrid Columns Styles software...NET developers. The software...the question: "How to add Combobox in...to DataGrid .NET in Windows...assembly allows you to use all strengths...the .NET forms DataGrid control without waiving...customer needs. A column style is an...
...iGrid ActiveX control is a grid...control that allows you...to edit its cells...code makes this grid draw faster than...Grid and other VB...more sophisticated displays to be set up....replacement for a ListView in report mode....iGrid implements many useful...column sorting, custom draw...Memory Manager. The control fully supports Windows...
...Teroid Data Grid View Print Control provides...view functionality for the...which replaces the DataGrid in .NET 2.0....This control is very simple...to use: just set...View property and call...view and Print methods...appropriate menu or button click event handlers....All column types can be...text, combo box, check box, image, link...
...Grid is a cross-browser...Ajax grid component designed to...sort tabular data. Grid content can be...cells merging (colspan), frozen columns, multiline headers,...(string/integer/date) by clicking column header. dhtmlxGrid uses...Ajax to load data dynamically,...so grid records can be...are also supported. To allow greater flexibility,...

