RE: what is difference between dbgrid and flexgrid con...
Dbgrid we can directly connect with database by specify datasource and in flexgrid we have to insert all the values we can not define datasource in that.
RE: what is difference between dbgrid and flexgrid con...
In a dbgrid the contents of the cell can be edited /altered during runtime where as in a flexigrid the contents of the cell can not be edited/altered during runtime as MSflexigrid displays readonly data.
RE: what is difference between dbgrid and flexgrid con...
In case of flexgrid also you can make it editable by placing the textbox on runtime on the cell and key in required data. This is possible with flexgrids onCellEnter and onCellLeave events.