Jquery: Datalink - Data linking
Posted
by Pickels
on Stack Overflow
See other posts from Stack Overflow
or by Pickels
Published on 2010-05-16T14:58:24Z
Indexed on
2010/05/16
15:00 UTC
Read the original article
Hit count: 568
I was trying out the Jquery Data linking proposal from Microsoft and noticed something strange.
My objects get this extra property and I was wondering what the reason for that is. I first thought it was a mistake I made but I noticed their demo page does the same thing
This is the json result of my objects:
[{
"propertyName":"ProductNamese",
"controlType":"Text",
"jQuery1274021322131":6
},
{
"propertyName":"Price",
"controlType":"Number",
"jQuery1274021322131":9
},
{
"propertyName":"Description",
"controlType":"TextArea",
"jQuery1274021322131":12
}
]
The property I am talking about is "jQuery1274021322131".
© Stack Overflow or respective owner