Grids / List: Where to find a good one?

  • Thread starter Thread starter Fred
  • Start date Start date
F

Fred

Hi,

I would like to have a grid or list where I can edit cells and put any
controls in it (like comboboxes, buttons, usercontrols, etc.).

In fact, I'd like to use the control that has been used to build the
Tasklist in VS.NET 2003, or the tasklist in Outlook 2003 if possible.

I've been using Syncfusion's grids for a time now, but I'm not really
happy with it. So please, don't suggest this one ;)

For simple listing, I've been using a Listview which I'm really happy
with the results (easy to use, look and feel just like windows, etc.)
Now I just need one list/grid that is able to accept modification "on
the fly" by the user (ie: the user doesn't have to double click the
record to modify it.)

Thanks a lot
 
The Infragistics grid (and other controls) has this functionality. The learning
curve can be pretty high, but fortunately the design is consistent with all
of their controls, so it is pretty much a learn-once toolset, as far as winforms
go.
 
Thank you everyone for your answers. However, I am still surprised that
we have to rely on third party libraries since most of the controls are
available in MS's applications. Maybe they use third party librairies
too...

Anyway, again, thanks for helping!
 
Back
Top