Hi,
I have an ultrawebgrid with a column which contains SQL uniqueidentifier values.
var c = row.getCell(cID).getValue();
In IE c equal the string representation of the uniqueidentifier, but in Firefox the value of c is 'NaN'. Any string conversion such as toString() or concatenating an empty string continues to return 'NaN' because that is the value the getValue() method is inherently returning.
Does anyone have any insight into how this may be handled?
Thanks,
Kramer
btw
The uniqueidentifier value in question is when the value is
00000000-0000-0000-0000-00000001