473,387 Members | 1,486 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Best DataGrid ?

Hi,

What is the best (free) datagrid for .NET ?

Thanks,

H. MAILLARD.
Nov 15 '05 #1
6 11346
Herve,

Unfortunately, I think the best free grid out there right now is the
DataGrid that comes with the framework. I don't know if there is a better
one out there that is free. There are a good number of third-party grids
out there though. Personally, I am partial to XceedSoft's grid.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- ni**************@exisconsulting.com

"Herve MAILLARD" <rv********@free.fr> wrote in message
news:3f***********************@news.free.fr...
Hi,

What is the best (free) datagrid for .NET ?

Thanks,

H. MAILLARD.

Nov 15 '05 #2
Free? The datagrid that ships with .NET. Not sure if there is a third party
implementation that is nicer. Dino Esposito expanded on the DataGrid for his
book on ASP.NET, which would be free for book owners (may be a download on
the MSPress site???).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge

************************************************** **************************
****
Think Outside the Box!
************************************************** **************************
****
"Herve MAILLARD" <rv********@free.fr> wrote in message
news:3f***********************@news.free.fr...
Hi,

What is the best (free) datagrid for .NET ?

Thanks,

H. MAILLARD.

Nov 15 '05 #3
Not to many good FREE ones. For those that aren't free, I would highly
recommend Infragistics UltraWebGrid. Works in Bound and Unbound mode and is
EXTREMELY powerful. I like it a lot.

(www.infragistics.com is the site)
"Herve MAILLARD" <rv********@free.fr> wrote in message
news:3f***********************@news.free.fr...
Hi,

What is the best (free) datagrid for .NET ?

Thanks,

H. MAILLARD.

Nov 15 '05 #4
The DevExpress components are the best out there. Not free, but worth a try.

http://www.devexpress.com/products/n...grid/index.asp

for the ExtraGrid, which come with full source.

/Rob
Nov 15 '05 #5
I have to beg to differ. We have used the DevExpress grid for around a year,
though we have recently stopped using it. It was ok in the beginning, but
with all the things we wanted to do with it, like get our custom controls in
the grid, etc, it became a nightmare. There are quite a few interesting
"niceties" about their grid, like how you have to throw a particular
exception to stop it from stealing the focus back if you load a new form on
the doubleclick. I understand that the grid stealing the focus back is a
..Net thing, but dealing with it through exceptions is terrible, because it
totally screws up your call stack.

Anyway, just my opinion. I've been told that their components for Delphi are
very good, but we found their .Net components somewhat lacking.

Niall

"Rob Schoenaker" <rs*********@NOhotmailSPAM.com> wrote in message
news:eu*************@tk2msftngp13.phx.gbl...
The DevExpress components are the best out there. Not free, but worth a try.
http://www.devexpress.com/products/n...grid/index.asp

for the ExtraGrid, which come with full source.

/Rob

Nov 15 '05 #6
I have to beg to differ. We have used the DevExpress grid for around a year,
though we have recently stopped using it. It was ok in the beginning, but
with all the things we wanted to do with it, like get our custom controls in
the grid, etc, it became a nightmare. There are quite a few interesting
"niceties" about their grid, like how you have to throw a particular
exception to stop it from stealing the focus back if you load a new form on
the doubleclick. I understand that the grid stealing the focus back is a
..Net thing, but dealing with it through exceptions is terrible, because it
totally screws up your call stack.

Anyway, just my opinion. I've been told that their components for Delphi are
very good, but we found their .Net components somewhat lacking.

Niall

"Rob Schoenaker" <rs*********@NOhotmailSPAM.com> wrote in message
news:eu*************@tk2msftngp13.phx.gbl...
The DevExpress components are the best out there. Not free, but worth a try.
http://www.devexpress.com/products/n...grid/index.asp

for the ExtraGrid, which come with full source.

/Rob

Nov 15 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Herve MAILLARD | last post by:
Hi, I have to write a software doing the following : - Load a file (containing data) Data will be display in a Treeview and are typed as following Equipement Bloc Tag It could have for each...
0
by: Patrick | last post by:
I'm working on a contact management application, and need a hand with one aspect... Here's what I want to create: ------------------------------------ A form split into two parts. There is a...
2
by: John Smith | last post by:
Hey folks, I'm writing a Windows application which has many forms which have Datagrids on them to display data. These datagrids will not be editable in anyway. They are there to just view the...
0
by: Jim Heavey | last post by:
I am wanting to create a data screen using the datagrid. Perhaps the datagrid is not the best choice for this particular project, but I and wanting to try to use the datagrid so I can learn how to...
4
by: Greg Linwood | last post by:
I am wondering what the best approach to binding XML data to an asp:Table from the Page_Load event in a code behind module? I'm using VB.Net and initially approached this by adding a table to the...
3
by: WebMatrix | last post by:
I am struggling with implementing somewhat complicated UI web-control. I explored Repeater, but I am not sure if it's the best way to go. I am leaning towards writing my own custom control and...
1
by: Mok | last post by:
Hello, I want to pull information from a table in sql server, bind it to a grid and update those values. I would like to know the best way to do it. I used the configure data adapter wizard and it...
4
by: Dave | last post by:
(My apologies for posting this on two forums. I have just found out the other one was the incorrect location) I am writing a VB.NET 2003 web application to operate on my company's intranet. It...
3
by: frostbb | last post by:
Greetings, We're starting to transition our legacy C# apps from earlier versions to VS2008 versions. Many of our apps allow the user to select a row from a DataGrid into a 'Data Edit' area...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.