Erratic datagrid behaviour?
-
Hi, I have a 12 column datagrid populated by an Oracle 8.1.7 table. The 'grid is clickable so that more data can be viewed according to which ever row is clicked. On any given row, if columns 0 through 9 are clicked, there is no problem. The same is true if column 11 on a row is clicked. The problem arises only if column 10 is clicked. The error message "Column does not belong to Table" is displayed. All column names (Header Texts) are handled in a stored procedure, the custom datagrid style only handles column widths, anyone have any idea why column 10 would behave in such a way? I need that column in the table as it stores image paths. If it is moved to a different position ie swap columns 5 and 10 around then the application crashes if "what was column 5, now column 10" is clicked. The same happens if I set the column width to 0. The column that occupies the same screen space causes a crash yet all other columns behave as expected. Any ideas on why this is happening or possible solutions would be greatly appreciated. I will post code samples if necessary Thanks lots in advance Scotty