How can I do it?

C

Chuen

Hi,
I hope that only part of field in dataset can be displayed in DataGrid,
how can I do it? DataGrid in vb.net is quite different from DataGrid in vb6,
It seems that I can't find datagrid the familiar function in vb6, why?

Regards
Chuen
 
S

schneider

Yes the new DataGrid is difficult for a lot of things, the FlexGrid was
handy...

Try looking at the DataView class.

Schneider
 
T

Try Guy

what's flex grid?

/Try Guy


schneider said:
Yes the new DataGrid is difficult for a lot of things, the FlexGrid was
handy...

Try looking at the DataView class.

Schneider
 
C

Cor Ligthert

Try Guy,

Did the answer from Scheider help you because the dataview is a way to do it
in the horizontal way while the datagridstyle is for the vertical way.

The flexgrid is an old VB6 control very inferiour to the datagrid when you
know the windowforms datagrid.

I hope this helps?

Cor
 

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