What is difference between datagrid and flexgrid?
Answers were Sorted based on User's Feedback
Answer / guest
Datagrid ? Editable.
Flexigrid ? Non-Editable. (Generally used for Read only
purpose.)
Is This Answer Correct ? | 18 Yes | 8 No |
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 |
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 |
What is ActiveX Document?
What is passing by reference?
Explain Default cursor Type and LockEdit type in DAO?
What is the difference between c++ and visual basic?
Hai! , i make a project for browsing center using vb6.0 , at the time of running below mentioned error is occured so please help me for solve this problem. Error : Can't find project or library
Default cursor Type and LockEdit type in DAO?
what is the meaning of cts company logo?..
Give brief description about class?
How many types of API functions are availble in VB?
Explain the usage of Web Browser Control?
Which property of textbox cannot be changed at runtime?
How do I get a bitmap picture in a field in an Access database?