Good morning,
In working with our application I have been able to retrieve the values for the header. In most cases the values returned have worked.
Header.Caption returns "Exception ID" this is the value seen as the column header text
Header.Key retrurns "Exception_ID" this is the value I usually pass as a row column pair
On selection of the first row in the grid I recieve the invalid properties for the value passed whis is: "0","Exception_ID" for the selection or the row. On recording I am presented with the values as follows: "0","0:Exception_ID" can you tell me how I get the complete value for the key or caption?
Thank you,
Brian
Hello Brian,
Which kind of header are you referring to? Could you provide the entire line of code that's generated when you select a row?