Dear Sir:

I want create a propertygrid source with displayname,the sample show the way by code-behind,without javascript.
for some reason,i need create with js.
my code like this:

//javascript code
grid.setSource({
"(name)": "My Object",
"Created": new Date(Date.parse('10/15/2006')), // 日期类型 date type
"Available": false, // 布尔类型 boolean type
"Version": .01, // 小数类型 decimal type
"Description": "一个测试对象 A test object"
});


this code not show displayname,In fact,I need name and displayname too.how can i do this?

please Help!
the codebehind work well,but i