The tstringgrid tag has no wiki summary.
11
votes
6answers
787 views
Recommendations for the most useful Delphi TStringGrid (Grid) replacement
One of the weaker areas of Delphi are the grids (eg TStringGrid) where, although it does a good basic job, it becomes harder when you need to print it or customise its appearance. I've used it for ...
6
votes
2answers
1k views
Delphi - Drawing to the canvas of a selected cell in a string grid - possible?
I want to draw on the canvas of a cell in a string grid. This is going to be on top of an image preloaded into the string grid.
What I've got
Currently instead of drawing on top of the image, I am ...
4
votes
1answer
175 views
delphi xe2 stringgrid with comments
Can anyone recommend a good stringgrid like component for Delphi that handles comments on each cell similar to Microsoft Excel? I am searching the web but haven't found much yet and would appreciate ...
4
votes
1answer
225 views
How do I paint the background of TStringGrid
I do custom drawing of a Delphi TStringGrid using the OnDrawCell event.
There is no problem with the area covered by cells, but how do I paint the background right of the rightmost column and below ...
4
votes
4answers
2k views
How to set a Checkbox TStringGrid in Delphi?
thats the main problem. I want to put a CheckBox inside a TStringGrid in Delphi in every cell of certain column, I'm using Delphi XE.
Thanks.
4
votes
3answers
795 views
How can I detect when a user is finished editing a TStringGrid cell?
I would like to return the contents of a cell in a string grid when the user finishes entering the data. The user is finished when pressing the enter key on the keyboard, or single- or double-clicking ...
4
votes
1answer
653 views
How To Scroll a TStringGrid dynamically?
I am working in the Borland C++Builder IDE, using VCL controls. I am trying to get a TStringGrid component to scroll down to a row and highlight that row, based on user input in a different form. I ...
3
votes
1answer
125 views
ListView and coloring cellls
eI'm new in programming and I hope you can help me.
I have ListView (vsReport) and StringGrid and what I want is if I click on some element in ListView, particular cells in StringGrid have to change ...
3
votes
3answers
819 views
Detecting single vs multiple selections in Delphi TStringGrid
This is a follow up to my previous question Delphi TStringGrid multi select, determining selected rows regarding Delphi String Grids. It's a different question.
I was looking more closely at the ...
3
votes
3answers
852 views
Live update of StringGrid when horizontal scroll bar is moving?
In Delphi 2010, I need to display a grid that has a horizontal scroll bar with about 15 columns x 5 rows.
I chose to use a StringGrid.
However, while the mouse button is down dragging the horizontal ...
3
votes
1answer
861 views
TStringGrid with BOTH editing AND range selection?
Question:
Can anyone point to an article or code samples anywhere on how to
provide BOTH editing AND range selection in a TStringGrid?
Yes, I KNOW there are third-party grids that do this, but it's ...
2
votes
1answer
147 views
String Grid using Styles in Delphi XE2 - Scroll bar doesn't update
I'm making a simple application in Delphi XE2 which uses specifically the "Carbon" style. There's a large String Grid which has thousands of rows. I have a process which loops through the records of ...
2
votes
1answer
169 views
How can you change the text orientation in cells in the fixed rows in a Delphi TStringGrid
I have a standard TStringGrid on a form.
I have one Fixed Row in the grid that contains a number of columns, which are all TGridColumns objects. I have set the column titles using the object inspector ...
2
votes
1answer
220 views
Stringgrid with buttons
1st Question:
How do you call the part in stringgrid that is not visible? You need to scroll to see it.
For example:
There are 20 rows in a stringgrid but you can see only 10 at a time. You need to ...
2
votes
1answer
327 views
How to show more than 200 rows in TStringGrid using LiveBindings?
I have a TDataSource that is backed by a TClientDataset bound to a TStringGrid. I did this by right-clicking on the grid, selecting "Link to DB Datasource...", and selecting the DataSource. This setup ...
2
votes
1answer
269 views
How can I change color of font of TStringGrid's cell?
I need to change text color in cell of TStringGrid in Delphi.
Just a cell. How can I do that?
2
votes
2answers
369 views
Using Data from TStringGrid in Record
I've created a record type TTableData in Pascal for storing information from a TStringGrid for later use:
TTableData = record
header: String[25]; //the header of the column (row 0)
value : ...
2
votes
6answers
1k views
Why is my code so slow?
Top-posted (sorry) answer, for those who don't have time to get into it but may have similar problems.
Rule #1, as always, move as much as you can out of loops.
2, moving TField var := ...
2
votes
1answer
2k views
OnDrawCell Center Text StringGrid - Delphi
I'm trying to get the text in my StringGrid to center. After some research I came up with this function posted by someone else here that when used on DefaultDraw:False should work.
procedure ...
2
votes
3answers
638 views
Paint TStringGrid cells from outside OnDrawCell event, is it possible?
Is there any way to paint specific cells on Delphi's TStringGrid without using the OnDrawCell event, for instance if I click a button the specified cells will be painted depending on their content.
2
votes
4answers
798 views
Delphi TStringGrid Flicker
Hi
I am adding multiple rows to a string grid from a CSV file @ runtime, However the StringGrid seems to flicker lots when it is being upadated, I presumed there would be a beginupadate / Endupdate ...
2
votes
1answer
564 views
How can I select multiple individual cells of a string grid?
I am looking for a string grid that allows me select multiple cells anywhere in the grid without them adjoining each other, e.g pressing CTRL and clicking on various cells over the grid. Or if anyone ...
1
vote
1answer
60 views
How can you get hints for cells in a TStringGrid appearing more smoothly?
I am running Lazarus 0.9.30.
I have a standard TStringGrid on a form and want to show a different hint as I move my mouse pointer over a column title. I am using this code to do this and it sort of ...
1
vote
1answer
77 views
How do you set up a click event on a TStringGrid column header (fixed) so visually it looks like you are pressing a button
I am working with Lazarus v0.9.30.
I have a TForm with a TStringGrid on it.
I have a fixed row in the grid, which is where I have all of my column headers. Each column is a TGridColumn object and ...
1
vote
2answers
100 views
Fixing an error in a method declaration in a form in Delphi
Why am I getting this error, I replaced a stringgrid with a listview, I then set it to viewstyle vsreport but I am getting an error like (expected '=' but '(' found) its flashing on this procedure ...
1
vote
2answers
161 views
Delphi equivalent of C#'s DataGridView
Is there any real equivalent of C#'s DataGridView in Delphi?
I have tried
TStringGrid
But the scrollbar is either invisible when all the items are visible, or it is the smallest scrollbar ...
1
vote
1answer
410 views
Delphi: Find Dialog & String Grid
Is there a way to do a text search in a string grid using a find dialog? I need to find a text and highlight it's background as usually when a text is found.
Thanks!
1
vote
2answers
994 views
delphi : how can i change color of a cell in string grid
I want to change background color ( not font ) of a cell in string grid in delphi .
Just one cell not a row or o column .
Can i ? if its possible please give me a code .
Thank you for your helps .
...
1
vote
2answers
417 views
Delphi, String Grid is not selectable, How to make it selectable to select Row or Col?
I am having a StringGrid in Delphi 5 of fixed rows and Fixed Cols. But at run mode I am not able to select any row or any cell.
How and what is the property that allow me to make String Row or cell ...
1
vote
1answer
835 views
Delphi TStringGrid multi select, determining selected rows
Is there anyway to determine which rows are currently selected in a multi-select TStringGrid, or a TCustomGrid for that matter. A property would be ideal.
I know that there is the gdSelected ...
1
vote
3answers
774 views
Delphi StringGrid with picture in background
Hi does anyone know if it is possible to display a picture as a background to a string grid, Or is anyone aware of any free Grid component that can do this.
Thanks
colin
1
vote
1answer
417 views
How to format StringGrid cell borders
I am trying to format a Delphi TStringgrid depending on cell contents and position.
Whilst I can change the cell colour and shape depending on the cell contents I am having more problems with the ...
1
vote
1answer
1k views
Delphi - OnKeyPress occurs before TStringGrid updates cell with new character
Coding in Delphi, attaching an OnKeyPress event handler to a TStringGrid:
The OnKeyPress event fires before the grid cell that the user is typing into has actually updated its value with the key that ...
1
vote
2answers
224 views
Is there a stringgrid in objective-c cocoa framework as there is in Delphi
Is there a StringGrid in the Cocoa Framework or has anybody implemented one that would be like the one in Delphi?
0
votes
3answers
176 views
Loading StringGrid from text file
How can I load text file with integer numbers separated with space to StringGrid? Each number to each cell. Grid has to be a rectangle, so if some number is missing it should be filled with 0.
Here's ...
0
votes
1answer
35 views
TStringGrid doesn't draw scrollbars
I have a form with TStringGrid component on it. Property Scrollbars of TStringGrid is set to ssBoth. If i make the window smaller, scrollbars doesnt appear. Instead of this client area of TStringGrid ...
0
votes
1answer
231 views
Alternet raw color in StringGrid in C++ Builder XE
I want to use string grid in my C++ Builder XE Program in two alternate color of white & sky blue.
I want to make odd raw white & even raw sky blue so please tell me how can i do it.
Please ...
0
votes
1answer
229 views
Delphi: load file into TStringGrid
There is a program that creates a log file.
This is an example of the log file it creates:
This program loads this log file into a TStringGrid. The log file is tab delimited. A cell can has a ...
0
votes
1answer
353 views
problem with a code for string grid ( align center )
Delphi : How to make cells' texts in TStringGrid center aligned?
When I use the top code (OnDraw part), it doesn't delete the first text and write the new text on the old text and one sel will ...
0
votes
1answer
102 views
Alternative(s) for TStringGrid for Delphi Prism
Since I am starting to develop under Delphi Prism, I noticed it doesn't have any grid tool similar to TStringGrid tool that you normally see in Delphi 7 and below. Although Delphi Prism has a ...
0
votes
0answers
254 views
Numeric sort stringgrid [closed]
Possible Duplicate:
Alpha sort stringgrid
How to sort (as integers) a stringgrid on a form on a given column in Delphi?
0
votes
3answers
275 views
Setting background color of selected row on TStringGrid
I have a TStringGrid where the selected row (max 1, no multi-select) should always have a different background colo(u)r.
I set the DefaultDrawing property to false, and provide a method for the ...
0
votes
3answers
188 views
component to theme a StringGrid like the ThemedDBGrid
Exist any similar component to theme a stringrid like the ThemedDBGrid component compatible with delphi 5.
thanks in advance
0
votes
3answers
935 views
Delphi: StringGrid, position and Context Menu
I'm having a problem with using a TStringGrid and Popup menu
I want to know the Row / Column of the cell that was last active when select an item from my Popup menu. However when I click on the ...
0
votes
1answer
538 views
Problem with horizontal scrolling on TStringGrid
I have problem with wide grids of type TStringGrid. If user scrolls grid to the right and selects row then
grid automatically scrolls left so first column can be seen, but not the column user is ...