.NET Grid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have spent the last couple of days tyring to find a Grid that I can work with; I want an unbound editable grid that can show data in a hierarchy and optionally export to an excel spreadsheet. I do not want to define data sets, data tables or any thing like that. I just want to simple load the grid up with data and be notified of changes. I have tried Infrgistics (must be bound), Xceed (could not get the hiearchy to work), Farpoint Spread (too much of a spread sheet), Dev Xpress XtraGrid (Bound Only) and now I am getting to try Syncfusion's grid. Any body out there got anything better ???
 
Hi Lee,

Why you send a message, because you do not want to write those 10 lines in
code normaly needed in VB.net or C# to make a simple dataset from an Excel
spreadsheet, your message was longer?

Cor
 
Take a look at our TList control ( OCX or .NET )

This sounds like just what you need.
TList is
- hierarchic
- unbound
- editable
( with several editing styles and full
set of editing events for validation )
- Lots more . . .

We can not export to Excel file,
BUT you can copy and paste into Excel,
or read the data one row at a time with
delimited data so you can quickly save
to a CSV format which Excel can read.

We've been offering TList to developers since 1994.
Try it out for 30 day evaluation.
There is also a 30 day satisfaction guarantee after
purchase.

Go to www.Bennet-Tec.Com

Drop me a note if you have any questions
( Please include a copy of this posting with your note )

-----

Jeff Bennett
(e-mail address removed)

* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 5597
* RELIABLE Components Make You Look Sharp!
* TList/Pro * ALLText HT/Pro * MetaDraw *
* Custom Software Development Services Too.
* WWW.Bennet-Tec.Com

=================== ===================
From: =?Utf-8?B?TGVl?=
Subject: .NET Grid
Date: Thu, 25 Mar 2004 15:01:10 -0800
I have spent the last couple of days
tyring to find a Grid that I can work with;
I want an unbound editable grid that can
show data in a hierarchy and optionally
export to an excel spreadsheet.
I do not want to define data sets,
data tables or any thing like that.
I just want to simple load the grid up with
data and be notified of changes.
I have tried Infrgistics (must be bound),
Xceed (could not get the hiearchy to work),
Farpoint Spread (too much of a spread sheet),
Dev Xpress XtraGrid (Bound Only)
and now I am getting to try Syncfusion's grid.
Any body out there got anything better ???


**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
Back
Top