Hello team,
I have a problem in jqxgri, iam binding a set of records to the grid in which i have a column of type ‘uniqueidentifier’ in the database.Then when iam binding to the grid the column values are displaying as 00000000-0000-0000-0000-000000000000 instead of A1CFA998-2C31-47F5-8F18-F0AEB913F8A2 .What will be the type of that datafield.Can you help me in this.
var source =
{
datatype: “array”,
datafields: [
{ name: ‘ProductName’, type: ‘string’ },
{ name: ‘ProductGUID’, type: ” }
],
url: url
};
Here what will be the type for ‘ProductGUID’.
Regards,
Rani.