hi
does anyone know how i can put a string grid with one fixed row at the top (with column headers), and the grid has 6 columns.
I also need to allow users to key in data via text boxes such that when they click on "add" button, the data gets populated into a row on the grid. Multiple adds are allowed.
can i highlight a particular row to delete it? can i wordwrap text in a particular cell?
i have a problem cos if i have a string grid with fixed row set up, but when i click "add", the data does get inserted into the row, but there is always an additional row inserted. i have no problem if i do not set a fixed row.
Also, when i delete row by row, the rows get deleted, including the fixed row. Any idea how to prevent this?
thanks
does anyone know how i can put a string grid with one fixed row at the top (with column headers), and the grid has 6 columns.
I also need to allow users to key in data via text boxes such that when they click on "add" button, the data gets populated into a row on the grid. Multiple adds are allowed.
can i highlight a particular row to delete it? can i wordwrap text in a particular cell?
i have a problem cos if i have a string grid with fixed row set up, but when i click "add", the data does get inserted into the row, but there is always an additional row inserted. i have no problem if i do not set a fixed row.
Also, when i delete row by row, the rows get deleted, including the fixed row. Any idea how to prevent this?
thanks