NextGrid for .NET is powerfull, compact, flexible, attractive... which makes it perfect choice for all applications that you develop. It is based on experience from developing our popular NextGrid for Delphi and custom .NET applications. NEWSOct 20. Version 2.0.3 released. MAIN FEATURES
IMPORTANT FEATURESNextGrid for .NET is powerful, compact, flexible, attractive... which makes it perfect choice for all applications that you develop. It is based on experience from developing our popular NextGrid for Delphi and custom .NET applications. Scroll bellow for most important features, or visit NextGrid .NET page on our site for more info, screenshots, demo projects and 30 days trial. MULTIPLE GRID VIEWSNextGrid for .NET may have several views (Report, Slides) of same, or different type. Each view is separate object and may be easily customized via Views Editor. All views share same data, but they may represent it in own way. Active view may be changed at any time with ActiveView property: C# Edit|Remove csharpnextGrid1.ActiveView = nxReportGridView1; nextGrid1.ActiveView = nxReportGridView1; Developer may implement EACH CELL IS AN OBJECTNextGrid for .NET introduce To work with single cell simply write: C# Edit|Remove csharpnextGrid1[x,y].Value = "string value";nextGrid1[x,y].Value = 5.23;nextGrid1[x,y].Value = true; nextGrid1[x,y].Value = "string value"; nextGrid1[x,y].Value = 5.23; nextGrid1[x,y].Value = true; Each row is also a object (
DOZENS OF COLUMN TYPESIn NextGrid for .NET exist several column types for presenting data in different ways. Each column type include own typical properties which may be set within design-time editor or via code. FAST AND SLEEKNextGrid for .NET can handle very large amount of cells without losing speed. Speed of adding, modifying and deleting data doesn't depend of the amount of cells. User actions are responsive, without any delays. STANDALONE INPLACE EDITORSMost columns in NextGrid for .NET include own Inplace Editor. This Inplace Editors may be used as stand-alone editors, and they are located in own Tab inside Toolbox. Even Columns without built-in Inplace Editor, may have one set via TREE COLUMNNextGrid for .NET include TreeColumn, a normal Column which can be added and modified as any other column type! To add child row, simply use
SPARKLINE COLUMNNextgGrid's SparkLine column is a mini graph that aim to show trend and important info like min, max and average all in an area as small as a cell. It can be used for wide range of applications like visualizing trends in stock rates, bug tracker issues, sales or oder volumes etc. C# Edit|Remove csharpnextGrid1[0][nxSparkLineColumn1.Index].Value = new Double[] { 1, 2, 3, 4, 1, 2, 3, 4 }; nextGrid1[0][nxSparkLineColumn1.Index].Value = new Double[] { 1, 2, 3, 4, 1, 2, 3, 4 }; TOOLBAR COLUMNNextGrid for .NET introduce Toolbar column. This column type include TRACKBAR COLUMNNextGrid for .NET introduce TrackBar column type with TrackBar control placed inside cell. Beside using sliding method for input, user may (optionally) type a value directly into side-edit box. FIXED COLUMNS AND ROWSNextGrid for .NET may lock specified number of columns and/or rows and they will be always on screen, unaffected by user scrolling. Every Grid's View may set own number of locked columns and/or rows. COLUMN FOOTERSEach column include own Footer which may show custom text, image or calculated result (SUM, AVG, DISTINCT, MIN, MAX and Count). INSERT-ROW FOR QUICK INPUTBelow Header in NextGrid for .NET Insert-area may be optionally located ( HISTOGRAM COLUMNNextgGrid's Histogram column is a mini histogram that aim to show distribution and important info like min, max and average all in an area as small as a cell. Besides that does it support gradient coloring. C# Edit|Remove csharpnextGrid1[0][nxHistogramColumn1.Index].Value = new Double[] { 10, 2, 3, 4, 10, 0, 3, 10 }; nextGrid1[0][nxHistogramColumn1.Index].Value = new Double[] { 10, 2, 3, 4, 10, 0, 3, 10 }; Alternatively one can use the Histogram bar to calulate the distribution from raw data with the Populate method that accept min/max value and a number of bin (bars) to be used:
STARTING WITH NEXTGRID .NETTo see how easy is to start with using NextGrid .NET, please read following PDF tutorial: |