Questions about Delphi visual component DBGrid might have this tag.
I need to get the value of the selected cell of a DBGrid in Delphi. I have no idea how …
delphi dbgridI would like to format specific cells to force two decimal places. The data is coming from an ElevateDB stored …
delphi formatting lazarus dbgrid elevatedbWell, this seems a little tricky (if not imposible). I'm trying to make my DBGrid sort its data by clicking …
delphi sorting dbgridI have a TDBGrid. It works, but the columns shown are very large. How can I set an "auto-fix column …
delphi dbgridFor our dbgrid we want the scrollbars to be constantly hidden. Since TDBGrid doesn't have a 'scrollbars' property, we use: …
delphi scrollbar c++builder dbgrid c++builder-xeI want to activate a cell in a TDBGrid by code. By "activate" I mean like the user clicked inside …
delphi dbgridI have a column which have only "yes" and "no" values. I want if column value is "yes" then only …
delphi delphi-2010 dbgridI want to change the DBGrid.Option.I found the following code: DBGrid.Options:=DBGrid.Options + [dgEditing]; DBGrid.Options:=[dgEditing]; …
delphi delphi-xe2 dbgrid