Frid with virtual mode, recommendations please (C#)

G

Guest

Hi! I am in need of a decent cheap datagrid that supports virtual mode when
bound to a dataset. The grid will be called from a MS Word 2003 application
written in C#.
The grid must support data aware sorting(correct sorting of days, times
etc). I should be able to save the grid's content to an XML file to be stored
locally. The grid must also be updatable.

I looked onto MS DataGrid. It kinda does what I need but I can not find if
it supports virtual mode. Does it ?

Please recommend me based on your own experience a grid that fits the
aforementioned requirements. Any suggestions are greatly appreciated.

Numerous Thanks in Advance,
 
G

Guest

Hi! By "virtual" I meant that I do not have to load my entire dataset into
the grid.
Some grids can automatically read necessary records based on user scrolling
etc.
The grid allows you to scroll to any piece of your data, even if it is
1,000,000 records long.

Many Thanks,

--Mike
 

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