I am walking my grid table and I am getting a hidden GUID value instead of the visible text value. For example, this column I am getting values from has a list of machine names in it, such as "PC-W2K-001". But the value returned by GetCellData or GetNAProperty("ActiveCell.Text") returns a GUID value, such as "b1c54318-4552-....".
Is there another method I can use to grab the text visible to the user, and not this underlying value? I am assuming that there is some additional translation piece that has been written in the gui code, and these infragistics methods are looking at a slightly lower level.
Thanks!
I figured it out, I wasn't using the correct column header. Case closed.