Grid performance in VB.NET

  • Thread starter Thread starter marty
  • Start date Start date
M

marty

Hi,

Is there a top-10 of available grids specialized for display performance?

I'm searching a grid that can enable data display at rate such as 10
updates within a seconds (for something like 100 cells) and support
users clic concurrently.

Thank you!
Marty
 
Marty,

What kind of grid do you mean, one with databound in it or a just a grid?

(And than for winforms or for webform?)

Cor
 
Hi Cor,

It is a grid used to display real-time data. I want the user being able
to click on cells to generate events.

Databound, yes as long as I can bound the grid to a dataset. So I would
update the dataset, then the grid would automatically be refreshed. Am
I right?

OR

If I could keep specific cell address to have direct access to the cell,
that would be very interesting. I wouldn't need to bound the grid in
that case.

It is for Win32 project, so winforms.

Thanks you
Marty
 
Marty,

I think that the datagrid can do what you want, however that you are more
looking for a kind of flexgrid what is not VB6 (don't use that, it will
probably give you alone give trouble).

There was one component one flexgrid in the resourcekit however that is
over.

Here the link to the component one flexgrid.

http://www.xtras.net/products/componentoneflexgridfordotnet.asp

Cor
 
Marty,

Don't understand me wrong, I have no expirience with that Component One
Flexgrid, I saw it only often mentioned in this newsgroup.

Cor
 
Hi Cor,

Thank you for the tips, I'll look at Component One Flexgrid and see if
it it good for me.

Have a nice day!
Marty
 

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

Back
Top