What is difference between datagrid and flexgrid?

Answers were Sorted based on User's Feedback



What is difference between datagrid and flexgrid?..

Answer / guest

Datagrid ? Editable.
Flexigrid ? Non-Editable. (Generally used for Read only
purpose.)

Is This Answer Correct ?    18 Yes 8 No

What is difference between datagrid and flexgrid?..

Answer / priya

For the datagrid you need an ADODC or ADODB to get the
recordset and populate the Datagrid

Msflexgrid can have data from a recordset and also separate
data not coming from a table. eg. if you want to compute
some values and dispaly you can use msflexgrid or
mshflexgrid. In both of these it is not necessary that the
values to be displayed should be from the recordset.

As far as DATA GRID is concerned it should be connected to
the recordset. You cannot do manipulations like that of
EXCEL which can be done in the other two.

One important advantage of Data grid is it is very simple
BUT less flexible. Also if you have large amount of datas to
be displayed in a grid, data grid takes very less time
compared two other two grids.

Is This Answer Correct ?    5 Yes 2 No

What is difference between datagrid and flexgrid?..

Answer / ashish aswani

1. Datagrid is Editable, flexgrid is Diplay only.
2. DBGrid allows full data binding while MSFlexGrid
allows read-only binding
3. MSFlex grid is smaller and allows cell merging while
Datagrid is larger and does not allow cell merging

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

which argument can be used to make a menu item into bold?

2 Answers  


How can objects on different threads communicate with one another?

2 Answers  


what are the types of combo box?

1 Answers   Satyam,


Can we display only integers / numbers through the message box? Is there any constraint to do so?

8 Answers   Infosys,


What is DDE?

1 Answers  






What are the types of Error? In which areas the Error occurs?

0 Answers  


To connect the Data Control with Back end What are all the properties to be set?

1 Answers  


Why we use Treeview Control?

2 Answers  


Name the four different cursor and locking types in ADO ?

1 Answers  


How do I make my applications screen-resolution independent?

0 Answers  


How many tabs in a tabbed dialog do you consider appropriate?

0 Answers  


How come I get a "No Current Record" error when I use a a Data Control on an empty table?

0 Answers  


Categories