{ 
  "GridBasic_HTML": {
    "table":"cust",
    "layout":"grid",
    "actions":"B",
    "caption":["Customer","Customers"],
    "fields":[
      {"name":"cust_id","caption": "ID"},
      {"name":"cust_name","control": "hidden"},
      {"name":"cust_name_disp","control":"html","value":"<b>Customer: </b><#=datarow.cust_name#>","caption":"Customer"}
    ]
  }
}