Top "Dbgrid" questions

Questions about Delphi visual component DBGrid might have this tag.

Are there any good free/cheap Delphi grid controls?

I gave up on Delphi's DBGrid nearly a decade ago because it is simply no good. Since then, I have …

delphi grid dbgrid data-aware
Delphi DBGrid Format Display Values

I need to format values in a DBGrid to display in a certain format ex '#,##0.00'. Any idea how …

delphi format dbgrid
Setting a DBGrid column format in Delphi

I am using a DBGrid component in Delphi. I wonder how I can set the format of a column. I …

delphi format currency lazarus dbgrid
How to convert an integer value to boolean in delphi

I have a database field value, which is an integer like 0 and 1. Is it possible to convert this integer values …

delphi type-conversion dbgrid
How to refresh dbgrid without close and open dataset in delphi?

I need to refresh dbgrid constantly, in real time. Close and open dataset works fine, but blink the dbgrid. What …

ajax delphi dataset dbgrid
How to catch scrolling event in DBGrid in Delphi

I have a DBGrid, I need to run some code, each time the horizontal scrollbar is used. I couldn't find …

delphi events scrollbar dbgrid
How to use bookmarks and DisableControls

Is it possible to do dataset.DisableControls Bookmark1 := dataset.Bookmark; { do someting............. } dataset.enableControls; dataset.Bookmark := Bookmark1; dataset.FreeBookmark(Bookmark1); …

delphi bookmarks dbgrid
Delphi DBGrid not showing data

I have a delphi form with TFDConnection, TFDQuery, TDataSource and TDBGrid. I want to show the data that my query …

delphi dbgrid firedac
How to force update a DB grid?

I may have been too clever for my own good :-/ I have a table which holds some pressure measurements. …

database delphi dbgrid
Delphi reaching a DBGrid's rows

So i have a TDBGrid, my purpose is searching DBGrid's Fieldname and comparing it with my Edit's Text property and …

delphi rows dbgrid