Which is the correct way to create a ListGrid ?
isc.ListGrid.create({ ID:"test", left:50, top:150, width:600, height:400, });
isc.ListGrid.create({ ID:"test"; left:50; top:150; width:600;height:400; });
isc.ListGrid.create({ ID:"test", left:50, top:150, width:600, height:400 });
None