You must specify the 'columns' property and add 'formatter' and 'styler' functions to each column.
$('#pg').propertygrid({
columns:[[
{field:'name',title:'MyName',width:100,sortable:true},
{field:'value',title:'MyValue',width:100,resizable:false}
]]
})