I will give it a try - Thanks for your help
jzwiers
Posts
-
Datagrid column heading -
Datagrid column headingIn a windows datagrid, how can I find out what the column heading name is when I click on a cell. I am using a DataGridTableStyle Thanks in advanced Jeffrey
-
Datagrid Refresh ProblemI crated a datagrid and I program the DataGridTableStyle in code for the datagrid to set the display format. I also have a delete button on the form. The problem is a ghost graphics of the selected cell is left behind after the row in the datagrid has been deleted. I will explain: 1. I initially display all the rows in the datagrid 2. I click on a cell (4,1) for that row to be deleted 3. I click on the delete button which deletes the row/record from the db and reloads the dataset and the datagrid with the updated information 4. When the datagrid is repopulated, there are only 3 rows (this is correct), but the selected cell (4,1) is still showing on the grid. The rest of the data for row 4 is gone. Just that single cell is still showing. I have tried clearing out the table styles, but that did not work. Any suggestions? Thanks in advanced Jeffrey