Best 3:e party unbound data grid control?

M

Mats L

Hi,

Any suggestions for a good data grid control? It must work in unbound
mode to be able to handle large amount of data. I've been looking at
Infragistics grid control but it doesn't seems to work in unbound
mode.

// Mats
 
D

David Clegg

Mats said:
I've been looking at
Infragistics grid control but it doesn't seems to work in unbound
mode.

It depends what you mean by unbound mode. I use the Infragistics one to
bind to a CollectionBase descendant (it will actually bind to any class
that implements IList), so that *may* be a workable solution

--
Cheers,
David Clegg
dclegg_at_ebetonline_dot_com
http://cc.borland.com/codecentral/ccweb.exe/author?authorid=72299

Quality Central. The best way to bug Borland about bugs.
http://qc.borland.com

"Marge, it takes two people to lie. One to lie and one to listen." -
Homer Simpson
 
S

Scott

There's a free one on Code Project called SourceGrid. Seems to work pretty
well so far.

Scott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top