I'm looking for a solid, extremely extensible, grid control, and was
wondering what other people were using and why the like or dislike their
particular grid control.

What i need is one that lets you do owner drawing, add images to cells and
headers, add other controls in a cell, the full gambit.

also, only looking for a third party control, not a open source control
found on some code site.

Re: Best third party grid control by Gabriel

Gabriel
Thu Feb 02 15:37:44 CST 2006

There are three I like: Infragistics, ComponentOne, and SyncFusion.

SyncFusion's grid is a bit easier to configure, but they can all pretty much
do anything you want. Go to their websites to see demos/screenshots/feature
lists of each one (add .com to the company name and you are there...).



Re: Best third party grid control by Trevor

Trevor
Thu Feb 02 15:51:08 CST 2006

Hi John, you should get lots of posts!!!

Personally, I like the Infragistics control suite. I've used their controls
for many years and through many versions. I have not seen too many things
that cannot be accomplished with their controls, and I frequent their
newsgroups to find out how to do different things. The community support is
excellent, and Infragistics has techs that seem to do nothing but answer
newsgroup posts. The techs always respond quickly and with the right
answer.

I'm not sure if the grid supports "owner drawing" because I'm not sure what
you mean by that. The grid does have free-form column layout, and many
features of the layouts that I've never used. Also, with the "other
controls in a cell", I know this can be done, but I've only ever used it in
a couple of places, so I can't speak very intelligently to this topic. I
would suggest you post to the Infragistics.dotnet.WinGrid group at
news.infragistics.com to get your questions answered.

I hope this helps.
Trevor B


"john conwell" <johnconwell@discussions.microsoft.com> wrote in message
news:40022ACD-D699-4144-97E2-AFF39C8CA6BC@microsoft.com...
> I'm looking for a solid, extremely extensible, grid control, and was
> wondering what other people were using and why the like or dislike their
> particular grid control.
>
> What i need is one that lets you do owner drawing, add images to cells and
> headers, add other controls in a cell, the full gambit.
>
> also, only looking for a third party control, not a open source control
> found on some code site.



Re: Best third party grid control by Sonu

Sonu
Thu Feb 02 21:01:30 CST 2006

I have personally used a lot the Janus GridEx control and I think its one of the best grid controls out there. BUT the control requires a bit of work - means you need some time to get familiar with ALL the features that comes with the control - yes, it has many many features. More info: www.janusys.com

Sonu Kapoor [MVP]
---
Posted via www.DotNetSlackers.com

Re: Best third party grid control by Brian

Brian
Thu Feb 02 21:06:13 CST 2006

I use ComponentOne.com. They have a "FlexGrid" that easy, right out of the
box or you can customize in just about any way you can imagine. You can
ownerdraw if you need to.

Brian


"john conwell" <johnconwell@discussions.microsoft.com> wrote in message
news:40022ACD-D699-4144-97E2-AFF39C8CA6BC@microsoft.com...
> I'm looking for a solid, extremely extensible, grid control, and was
> wondering what other people were using and why the like or dislike their
> particular grid control.
>
> What i need is one that lets you do owner drawing, add images to cells and
> headers, add other controls in a cell, the full gambit.
>
> also, only looking for a third party control, not a open source control
> found on some code site.



Re: Best third party grid control by Stanley

Stanley
Fri Feb 03 07:41:01 CST 2006

Hi John,

Syncfusion's grid are the best, they have many grids, you can suite the
grid for your need. If you need a cell oriented grid, go for
GridControl, with that you can create an Excel application. If you need
to bind data go for GridDataBoundGrid or GridGroupingControl.
GridGrouping is good for hierarchical data handling. If you have huge
data, Virtual grid can be implemented. Their support is so quick. Hope
this helps to..

Regards,
Jones


Re: Best third party grid control by SP

SP
Sun Feb 05 08:39:39 CST 2006


"john conwell" <johnconwell@discussions.microsoft.com> wrote in message
news:40022ACD-D699-4144-97E2-AFF39C8CA6BC@microsoft.com...
> I'm looking for a solid, extremely extensible, grid control, and was
> wondering what other people were using and why the like or dislike their
> particular grid control.
>
> What i need is one that lets you do owner drawing, add images to cells and
> headers, add other controls in a cell, the full gambit.

If you are after an Excel style grid then take a look at Spread by FarPoint
(www.fpoint.com). It allows you to provide your own custom renderer for a
cell so you are not limited to just the standard cell types but can display
whatever you want in whatever format you want.

SP